Skip to main content

Showing 1–35 of 35 results for author: Rhee, W

.
  1. arXiv:2405.19703  [pdf, other

    cs.LG cs.CV stat.ML

    Towards a Better Evaluation of Out-of-Domain Generalization

    Authors: Duhun Hwang, Suhyun Kang, Moonjung Eo, Jimyeong Kim, Wonjong Rhee

    Abstract: The objective of Domain Generalization (DG) is to devise algorithms and models capable of achieving high performance on previously unseen test distributions. In the pursuit of this objective, average measure has been employed as the prevalent measure for evaluating models and comparing algorithms in the existing DG studies. Despite its significance, a comprehensive exploration of the average measu… ▽ More

    Submitted 2 June, 2024; v1 submitted 30 May, 2024; originally announced May 2024.

  2. arXiv:2405.11297  [pdf, other

    cs.CL

    Unveiling Key Aspects of Fine-Tuning in Sentence Embeddings: A Representation Rank Analysis

    Authors: Euna Jung, Jaeill Kim, Jungmin Ko, **woo Park, Wonjong Rhee

    Abstract: The latest advancements in unsupervised learning of sentence embeddings predominantly involve employing contrastive learning-based (CL-based) fine-tuning over pre-trained language models. In this study, we analyze the latest sentence embedding methods by adopting representation rank as the primary tool of analysis. We first define Phase 1 and Phase 2 of fine-tuning based on when representation ran… ▽ More

    Submitted 18 May, 2024; originally announced May 2024.

  3. arXiv:2403.18406  [pdf, other

    cs.CV cs.AI cs.CL cs.LG

    An Image Grid Can Be Worth a Video: Zero-shot Video Question Answering Using a VLM

    Authors: Wonkyun Kim, Changin Choi, Wonseok Lee, Wonjong Rhee

    Abstract: Stimulated by the sophisticated reasoning capabilities of recent Large Language Models (LLMs), a variety of strategies for bridging video modality have been devised. A prominent strategy involves Video Language Models (VideoLMs), which train a learnable interface with video data to connect advanced vision encoders with LLMs. Recently, an alternative strategy has surfaced, employing readily availab… ▽ More

    Submitted 27 March, 2024; originally announced March 2024.

    Comments: Our code is available at https://github.com/imagegridworth/IG-VLM

  4. arXiv:2403.15517  [pdf, other

    cs.LG cs.CV

    Improving Forward Compatibility in Class Incremental Learning by Increasing Representation Rank and Feature Richness

    Authors: Jaeill Kim, Wonseok Lee, Moonjung Eo, Wonjong Rhee

    Abstract: Class Incremental Learning (CIL) constitutes a pivotal subfield within continual learning, aimed at enabling models to progressively learn new classification tasks while retaining knowledge obtained from prior tasks. Although previous studies have predominantly focused on backward compatible approaches to mitigate catastrophic forgetting, recent investigations have introduced forward compatible me… ▽ More

    Submitted 22 March, 2024; originally announced March 2024.

  5. arXiv:2403.15330  [pdf, other

    cs.CV

    Selectively Informative Description can Reduce Undesired Embedding Entanglements in Text-to-Image Personalization

    Authors: Jimyeong Kim, Jungwon Park, Wonjong Rhee

    Abstract: In text-to-image personalization, a timely and crucial challenge is the tendency of generated images overfitting to the biases present in the reference images. We initiate our study with a comprehensive categorization of the biases into background, nearby-object, tied-object, substance (in style re-contextualization), and pose biases. These biases manifest in the generated images due to their enta… ▽ More

    Submitted 22 March, 2024; originally announced March 2024.

    Comments: Published at CVPR 2024

  6. arXiv:2403.14155  [pdf, other

    cs.CV

    Harmonizing Visual and Textual Embeddings for Zero-Shot Text-to-Image Customization

    Authors: Yeji Song, Jimyeong Kim, Wonhark Park, Wonsik Shin, Wonjong Rhee, Nojun Kwak

    Abstract: In a surge of text-to-image (T2I) models and their customization methods that generate new images of a user-provided subject, current works focus on alleviating the costs incurred by a lengthy per-subject optimization. These zero-shot customization methods encode the image of a specified subject into a visual embedding which is then utilized alongside the textual embedding for diffusion guidance.… ▽ More

    Submitted 21 March, 2024; originally announced March 2024.

    Comments: Project page: https://ldynx.github.io/harmony-zero-t2i/

  7. arXiv:2401.09518  [pdf, other

    cs.CV

    On-Off Pattern Encoding and Path-Count Encoding as Deep Neural Network Representations

    Authors: Euna Jung, Jaekeol Choi, EungGu Yun, Wonjong Rhee

    Abstract: Understanding the encoded representation of Deep Neural Networks (DNNs) has been a fundamental yet challenging objective. In this work, we focus on two possible directions for analyzing representations of DNNs by studying simple image classification tasks. Specifically, we consider \textit{On-Off pattern} and \textit{PathCount} for investigating how information is stored in deep representations. O… ▽ More

    Submitted 17 January, 2024; originally announced January 2024.

    Comments: 8 pages, 4 figures

  8. arXiv:2401.05730  [pdf, other

    cs.CV cs.AI

    Enhancing Contrastive Learning with Efficient Combinatorial Positive Pairing

    Authors: Jaeill Kim, Duhun Hwang, Eunjung Lee, Jangwon Suh, Jimyeong Kim, Wonjong Rhee

    Abstract: In the past few years, contrastive learning has played a central role for the success of visual unsupervised representation learning. Around the same time, high-performance non-contrastive learning methods have been developed as well. While most of the works utilize only two views, we carefully review the existing multi-view methods and propose a general multi-view strategy that can improve learni… ▽ More

    Submitted 11 January, 2024; originally announced January 2024.

  9. arXiv:2309.13077  [pdf, other

    cs.LG cs.AI eess.IV

    A Differentiable Framework for End-to-End Learning of Hybrid Structured Compression

    Authors: Moonjung Eo, Suhyun Kang, Wonjong Rhee

    Abstract: Filter pruning and low-rank decomposition are two of the foundational techniques for structured compression. Although recent efforts have explored hybrid approaches aiming to integrate the advantages of both techniques, their performance gains have been modest at best. In this study, we develop a \textit{Differentiable Framework~(DF)} that can express filter selection, rank selection, and budget c… ▽ More

    Submitted 20 September, 2023; originally announced September 2023.

    Comments: 11 pages, 5 figures, 6 tables

  10. arXiv:2308.15704  [pdf, other

    cs.AI cs.LG

    Towards a Rigorous Analysis of Mutual Information in Contrastive Learning

    Authors: Kyungeun Lee, Jaeill Kim, Suhyun Kang, Wonjong Rhee

    Abstract: Contrastive learning has emerged as a cornerstone in recent achievements of unsupervised representation learning. Its primary paradigm involves an instance discrimination task with a mutual information loss. The loss is known as InfoNCE and it has yielded vital insights into contrastive learning through the lens of mutual information analysis. However, the estimation of mutual information can prov… ▽ More

    Submitted 29 August, 2023; originally announced August 2023.

    Comments: 18 pages, 7 figures, Under review

  11. arXiv:2304.01552  [pdf, other

    cs.CV cs.AI cs.LG

    Meta-Learning with a Geometry-Adaptive Preconditioner

    Authors: Suhyun Kang, Duhun Hwang, Moonjung Eo, Taesup Kim, Wonjong Rhee

    Abstract: Model-agnostic meta-learning (MAML) is one of the most successful meta-learning algorithms. It has a bi-level optimization structure where the outer-loop process learns a shared initialization and the inner-loop process optimizes task-specific weights. Although MAML relies on the standard gradient descent in the inner-loop, recent studies have shown that controlling the inner-loop's gradient desce… ▽ More

    Submitted 29 November, 2023; v1 submitted 4 April, 2023; originally announced April 2023.

    Comments: Accepted at CVPR 2023. Code is available at: https://github.com/Suhyun777/CVPR23-GAP; This is an extended version of our previous CVPR23 work

  12. arXiv:2304.01434  [pdf, other

    cs.CV cs.AI cs.LG

    VNE: An Effective Method for Improving Deep Representation by Manipulating Eigenvalue Distribution

    Authors: Jaeill Kim, Suhyun Kang, Duhun Hwang, Jungwook Shin, Wonjong Rhee

    Abstract: Since the introduction of deep learning, a wide scope of representation properties, such as decorrelation, whitening, disentanglement, rank, isotropy, and mutual information, have been studied to improve the quality of representation. However, manipulating such properties can be challenging in terms of implementational effectiveness and general applicability. To address these limitations, we propo… ▽ More

    Submitted 3 April, 2023; originally announced April 2023.

    Comments: Accepted at CVPR 2023. Code is available at: https://github.com/jaeill/CVPR23-VNE

  13. arXiv:2303.12743  [pdf, other

    cs.CV cs.AI cs.LG cs.RO

    DR.CPO: Diversified and Realistic 3D Augmentation via Iterative Construction, Random Placement, and HPR Occlusion

    Authors: Jungwook Shin, Jaeill Kim, Kyungeun Lee, Hyunghun Cho, Wonjong Rhee

    Abstract: In autonomous driving, data augmentation is commonly used for improving 3D object detection. The most basic methods include insertion of copied objects and rotation and scaling of the entire training frame. Numerous variants have been developed as well. The existing methods, however, are considerably limited when compared to the variety of the real world possibilities. In this work, we develop a d… ▽ More

    Submitted 30 August, 2023; v1 submitted 20 March, 2023; originally announced March 2023.

  14. arXiv:2211.12702  [pdf, other

    eess.SP cs.AI cs.CV

    Evaluating Feature Attribution Methods for Electrocardiogram

    Authors: Jangwon Suh, Jimyeong Kim, Euna Jung, Wonjong Rhee

    Abstract: The performance of cardiac arrhythmia detection with electrocardiograms(ECGs) has been considerably improved since the introduction of deep learning models. In practice, the high performance alone is not sufficient and a proper explanation is also required. Recently, researchers have started adopting feature attribution methods to address this requirement, but it has been unclear which of the meth… ▽ More

    Submitted 22 November, 2022; originally announced November 2022.

    Comments: 5 pages, 3 figures. Code is available at https://github.com/SNU-DRL/Attribution-ECG

  15. arXiv:2209.00218  [pdf, other

    cs.CL

    Isotropic Representation Can Improve Dense Retrieval

    Authors: Euna Jung, Jungwon Park, Jaekeol Choi, Sungyoon Kim, Wonjong Rhee

    Abstract: The recent advancement in language representation modeling has broadly affected the design of dense retrieval models. In particular, many of the high-performing dense retrieval models evaluate representations of query and document using BERT, and subsequently apply a cosine-similarity based scoring to determine the relevance. BERT representations, however, are known to follow an anisotropic distri… ▽ More

    Submitted 31 July, 2023; v1 submitted 1 September, 2022; originally announced September 2022.

    Comments: 9 pages, 4 figures

  16. arXiv:2202.12191  [pdf, other

    cs.IR

    Finding Inverse Document Frequency Information in BERT

    Authors: Jaekeol Choi, Euna Jung, Sungjun Lim, Wonjong Rhee

    Abstract: For many decades, BM25 and its variants have been the dominant document retrieval approach, where their two underlying features are Term Frequency (TF) and Inverse Document Frequency (IDF). The traditional approach, however, is being rapidly replaced by Neural Ranking Models (NRMs) that can exploit semantic features. In this work, we consider BERT-based NRMs and study if IDF information is present… ▽ More

    Submitted 24 February, 2022; originally announced February 2022.

    Comments: 5 pages

    ACM Class: H.3.3

  17. arXiv:2202.03005  [pdf, other

    cs.NE cs.LG

    B2EA: An Evolutionary Algorithm Assisted by Two Bayesian Optimization Modules for Neural Architecture Search

    Authors: Hyunghun Cho, Jungwook Shin, Wonjong Rhee

    Abstract: The early pioneering Neural Architecture Search (NAS) works were multi-trial methods applicable to any general search space. The subsequent works took advantage of the early findings and developed weight-sharing methods that assume a structured search space typically with pre-fixed hyperparameters. Despite the amazing computational efficiency of the weight-sharing NAS algorithms, it is becoming ap… ▽ More

    Submitted 17 February, 2022; v1 submitted 7 February, 2022; originally announced February 2022.

    Comments: 25 pages

  18. arXiv:2111.15179  [pdf, other

    cs.LG cs.AI cs.CV

    A Highly Effective Low-Rank Compression of Deep Neural Networks with Modified Beam-Search and Modified Stable Rank

    Authors: Moonjung Eo, Suhyun Kang, Wonjong Rhee

    Abstract: Compression has emerged as one of the essential deep learning research topics, especially for the edge devices that have limited computation power and storage capacity. Among the main compression techniques, low-rank compression via matrix factorization has been known to have two problems. First, an extensive tuning is required. Second, the resulting compression performance is typically not impres… ▽ More

    Submitted 30 November, 2021; v1 submitted 30 November, 2021; originally announced November 2021.

    Comments: 8 pages, 8 figures, 2 tables

  19. Semi-Siamese Bi-encoder Neural Ranking Model Using Lightweight Fine-Tuning

    Authors: Euna Jung, Jaekeol Choi, Wonjong Rhee

    Abstract: A BERT-based Neural Ranking Model (NRM) can be either a crossencoder or a bi-encoder. Between the two, bi-encoder is highly efficient because all the documents can be pre-processed before the actual query time. In this work, we show two approaches for improving the performance of BERT-based bi-encoders. The first approach is to replace the full fine-tuning step with a lightweight fine-tuning. We e… ▽ More

    Submitted 2 March, 2022; v1 submitted 28 October, 2021; originally announced October 2021.

    Comments: 10 pages, 4 figures

    ACM Class: H.3.3

    Journal ref: WWW 2022 (Proceedings of the ACM Web Conference 2022)

  20. arXiv:2107.06456  [pdf, other

    cs.LG cs.AI cs.CV

    AID-Purifier: A Light Auxiliary Network for Boosting Adversarial Defense

    Authors: Duhun Hwang, Eunjung Lee, Wonjong Rhee

    Abstract: We propose an AID-purifier that can boost the robustness of adversarially-trained networks by purifying their inputs. AID-purifier is an auxiliary network that works as an add-on to an already trained main classifier. To keep it computationally light, it is trained as a discriminator with a binary cross-entropy loss. To obtain additionally useful information from the adversarial examples, the arch… ▽ More

    Submitted 13 July, 2021; originally announced July 2021.

    Journal ref: ICML 2021 Workshop on Adversarial Machine Learning

  21. Improving Bi-encoder Document Ranking Models with Two Rankers and Multi-teacher Distillation

    Authors: Jaekeol Choi, Euna Jung, Jangwon Suh, Wonjong Rhee

    Abstract: BERT-based Neural Ranking Models (NRMs) can be classified according to how the query and document are encoded through BERT's self-attention layers - bi-encoder versus cross-encoder. Bi-encoder models are highly efficient because all the documents can be pre-processed before the query time, but their performance is inferior compared to cross-encoder models. Both models utilize a ranker that receive… ▽ More

    Submitted 6 August, 2021; v1 submitted 11 March, 2021; originally announced March 2021.

    Comments: 5 pages, 2 figures

    ACM Class: H.3.3

    Journal ref: SIGIR 2021

  22. arXiv:2009.00712  [pdf, other

    cs.LG cs.AI eess.SP

    Short-term Traffic Prediction with Deep Neural Networks: A Survey

    Authors: Kyungeun Lee, Moonjung Eo, Euna Jung, Yoon** Yoon, Wonjong Rhee

    Abstract: In modern transportation systems, an enormous amount of traffic data is generated every day. This has led to rapid progress in short-term traffic prediction (STTP), in which deep learning methods have recently been applied. In traffic networks with complex spatiotemporal relationships, deep neural networks (DNNs) often perform well because they are capable of automatically extracting the most impo… ▽ More

    Submitted 28 August, 2020; originally announced September 2020.

  23. arXiv:2005.05768  [pdf, other

    cs.IR

    Interpreting Neural Ranking Models using Grad-CAM

    Authors: Jaekeol Choi, Jungin Choi, Wonjong Rhee

    Abstract: Recently, applying deep neural networks in IR has become an important and timely topic. For instance, Neural Ranking Models(NRMs) have shown promising performance compared to the traditional ranking models. However, explaining the ranking results has become even more difficult with NRM due to the complex structure of neural networks. On the other hand, a great deal of research is under progress on… ▽ More

    Submitted 12 May, 2020; originally announced May 2020.

    Comments: 4 pages, 4 figures

    MSC Class: ACM-class: H.3

  24. arXiv:1905.12256  [pdf, other

    cs.LG eess.SP

    DDP-GCN: Multi-Graph Convolutional Network for Spatiotemporal Traffic Forecasting

    Authors: Kyungeun Lee, Wonjong Rhee

    Abstract: Traffic speed forecasting is one of the core problems in transportation systems. For a more accurate prediction, recent studies started using not only the temporal speed patterns but also the spatial information on the road network through the graph convolutional networks. Even though the road network is highly complex due to its non-Euclidean and directional characteristics, previous approaches m… ▽ More

    Submitted 25 September, 2022; v1 submitted 29 May, 2019; originally announced May 2019.

    Comments: This paper has been published in Transportation Research Part C: Emerging Technologies 134, 103466

  25. arXiv:1905.09680  [pdf, other

    cs.LG cs.DC stat.ML

    DEEP-BO for Hyperparameter Optimization of Deep Networks

    Authors: Hyunghun Cho, Yong** Kim, Eunjung Lee, Daeyoung Choi, Yongjae Lee, Wonjong Rhee

    Abstract: The performance of deep neural networks (DNN) is very sensitive to the particular choice of hyper-parameters. To make it worse, the shape of the learning curve can be significantly affected when a technique like batchnorm is used. As a result, hyperparameter optimization of deep networks can be much more challenging than traditional machine learning models. In this work, we start from well known B… ▽ More

    Submitted 23 May, 2019; originally announced May 2019.

    Comments: 26 pages, NeurIPS19 under review

  26. arXiv:1811.06692  [pdf, other

    cs.LG stat.AP stat.ML

    Subtask Gated Networks for Non-Intrusive Load Monitoring

    Authors: Changho Shin, Sunghwan Joo, Jaeryun Yim, Hyoseop Lee, Taesup Moon, Wonjong Rhee

    Abstract: Non-intrusive load monitoring (NILM), also known as energy disaggregation, is a blind source separation problem where a household's aggregate electricity consumption is broken down into electricity usages of individual appliances. In this way, the cost and trouble of installing many measurement devices over numerous household appliances can be avoided, and only one device needs to be installed. Th… ▽ More

    Submitted 16 November, 2018; originally announced November 2018.

  27. arXiv:1811.03666  [pdf, other

    cs.LG stat.ML

    Statistical Characteristics of Deep Representations: An Empirical Investigation

    Authors: Daeyoung Choi, Kyungeun Lee, Duhun Hwang, Wonjong Rhee

    Abstract: In this study, the effects of eight representation regularization methods are investigated, including two newly developed rank regularizers (RR). The investigation shows that the statistical characteristics of representations such as correlation, sparsity, and rank can be manipulated as intended, during training. Furthermore, it is possible to improve the baseline performance simply by trying all… ▽ More

    Submitted 2 December, 2020; v1 submitted 8 November, 2018; originally announced November 2018.

  28. arXiv:1809.09307  [pdf, other

    cs.LG stat.ML

    Utilizing Class Information for Deep Network Representation Sha**

    Authors: Daeyoung Choi, Wonjong Rhee

    Abstract: Statistical characteristics of deep network representations, such as sparsity and correlation, are known to be relevant to the performance and interpretability of deep learning. When a statistical characteristic is desired, often an adequate regularizer can be designed and applied during the training phase. Typically, such a regularizer aims to manipulate a statistical characteristic over all clas… ▽ More

    Submitted 28 February, 2019; v1 submitted 24 September, 2018; originally announced September 2018.

    Comments: Published in AAAI 2019

  29. arXiv:1807.01702  [pdf, other

    cs.CV cs.LG cs.PF

    Restructuring Batch Normalization to Accelerate CNN Training

    Authors: Wonkyung Jung, Dae** Jung, and Byeongho Kim, Sunjung Lee, Wonjong Rhee, Jung Ho Ahn

    Abstract: Batch Normalization (BN) has become a core design block of modern Convolutional Neural Networks (CNNs). A typical modern CNN has a large number of BN layers in its lean and deep architecture. BN requires mean and variance calculations over each mini-batch during training. Therefore, the existing memory access reduction techniques, such as fusing multiple CONV layers, are not effective for accelera… ▽ More

    Submitted 1 March, 2019; v1 submitted 3 July, 2018; originally announced July 2018.

    Comments: 13 pages, 8 figures, to appear in SysML 2019, added ResNet-50 results

  30. Partitioning Compute Units in CNN Acceleration for Statistical Memory Traffic Sha**

    Authors: Dae** Jung, Sunjung Lee, Wonjong Rhee, Jung Ho Ahn

    Abstract: The design complexity of CNNs has been steadily increasing to improve accuracy. To cope with the massive amount of computation needed for such complex CNNs, the latest solutions utilize blocking of an image over the available dimensions and batching of multiple input images to improve data reuse in the memory hierarchy. While there has been numerous works on maximizing data reuse, only a few studi… ▽ More

    Submitted 18 June, 2018; originally announced June 2018.

    Comments: 4 pages, 6 figures, appears at IEEE Computer Architecture Letters

    Journal ref: IEEE Computer Architecture Letters ( Volume: 17, Issue: 1, Jan.-June 1 2018 )

  31. arXiv:1702.06011  [pdf

    cs.IT

    A Downstream Crosstalk Channel Estimation Method for Mix of Legacy and Vectoring-Enabled VDSL

    Authors: Mehdi Mohseni, Wonjong Rhee, Georgios Ginis

    Abstract: With the latest technology of vectoring, DSL data rates in the order of 100Mbps have become a reality that is under field deployment. The key is to cancel crosstalk from other lines, which is also known as multiuser MIMO cancellation for wireless communications. During the DSL system upgrade phase of field deployment, mix of legacy and vectoring-enabled VDSL lines is inevitable and a channel estim… ▽ More

    Submitted 20 February, 2017; v1 submitted 20 February, 2017; originally announced February 2017.

    Comments: 4 pages, 3 figures

  32. arXiv:q-bio/0509029  [pdf, ps, other

    q-bio.CB cond-mat.other q-bio.QM

    Glucose metabolism and oscillatory behavior of pancreatic islets

    Authors: H. Kang, J. Jo, H. J. Kim, M. Y. Choi, S. W. Rhee, D. S. Koh

    Abstract: A variety of oscillations are observed in pancreatic islets.We establish a model, incorporating two oscillatory systems of different time scales: One is the well-known bursting model in pancreatic beta-cells and the other is the glucose-insulin feedback model which considers direct and indirect feedback of secreted insulin. These two are coupled to interact with each other in the combined model,… ▽ More

    Submitted 23 September, 2005; originally announced September 2005.

    Comments: 11 pages, 16 figures

  33. arXiv:cond-mat/0110004  [pdf, ps, other

    cond-mat.stat-mech cond-mat.soft

    Pairing Instability and Mechanical Collapse of a Bose Gas with an Attractive Interaction

    Authors: Gun Sang Jeon, Lan Yin, Sung Wu Rhee, David J. Thouless

    Abstract: We study the pairing instability and mechanical collapse of a dilute homogeneous bose gas with an attractive interaction. The pairing phase is found to be a saddle point, unstable against pairing fluctuations. This pairing saddle point exists above a critical temperature. Below this critical temperature, the system is totally unstable in the pairing channel. Thus the system could collapse in the… ▽ More

    Submitted 15 May, 2002; v1 submitted 28 September, 2001; originally announced October 2001.

    Comments: 10 pages, 1 figure

  34. Vortex Dynamics in the Two-Fluid Model

    Authors: D. J. Thouless, M. R. Geller, W. F. Vinen, J. -Y. Fortin, S. W. Rhee

    Abstract: We have used two-fluid dynamics to study the discrepancy between the work of Thouless, Ao and Niu (TAN) and that of Iordanskii. In TAN no transverse force on a vortex due to normal fluid flow was found, whereas the earlier work found a transverse force proportional to normal fluid velocity u and normal fluid density. We have linearized the time-independent two-fluid equations about the exact sol… ▽ More

    Submitted 21 January, 2001; v1 submitted 18 January, 2001; originally announced January 2001.

    Comments: 10 pages

    Journal ref: Phys. Rev. B 63, 224504 (2001)

  35. Renormalization-group study of gate charge effects in Josephson-junction chains

    Authors: M. Y. Choi, Sung Wu Rhee, Minchul Lee, J. Choi

    Abstract: We study the quantum phase transition in a chain of superconducting grains, coupled by Josephson junctions, with emphasis on the effects of gate charges induced on the grains. At zero temperature the system is mapped onto a two-dimensional classical Coulomb gas, where the gate charge plays the role of an imaginary electric field. Such a field is found relevant in the renormalization-group transf… ▽ More

    Submitted 14 December, 2000; originally announced December 2000.

    Comments: 2 figures, to appear in Phys. Rev. B