Skip to main content

Showing 1–48 of 48 results for author: Geng, C

Searching in archive cs. Search in all archives.
.
  1. arXiv:2404.17830  [pdf, other

    cs.LG cs.CV

    Dynamic Against Dynamic: An Open-set Self-learning Framework

    Authors: Haifeng Yang, Chuanxing Geng, Pong C. Yuen, Songcan Chen

    Abstract: In open-set recognition, existing methods generally learn statically fixed decision boundaries using known classes to reject unknown classes. Though they have achieved promising results, such decision boundaries are evidently insufficient for universal unknown classes in dynamic and open scenarios as they can potentially appear at any position in the feature space. Moreover, these methods just sim… ▽ More

    Submitted 2 May, 2024; v1 submitted 27 April, 2024; originally announced April 2024.

    Comments: The first two authors contributed equally to this work. Accepted at IJCAI2024

  2. arXiv:2404.04731  [pdf, other

    cs.PL cs.SE

    SAT-DIFF: A Tree Diffing Framework Using SAT Solving

    Authors: Chuqin Geng, Haolin Ye, Yihan Zhang, Brigitte Pientka, Xujie Si

    Abstract: Computing differences between tree-structured data is a critical but challenging problem in software analysis. In this paper, we propose a novel tree diffing approach called SatDiff, which reformulates the structural diffing problem into a MaxSAT problem. By encoding the necessary transformations from the source tree to the target tree, SatDiff generates correct, minimal, and type safe low-level e… ▽ More

    Submitted 6 April, 2024; originally announced April 2024.

    Comments: 23 pages, 7 figures

  3. arXiv:2404.04662  [pdf, other

    cs.LG cs.PL

    Learning Minimal NAP Specifications for Neural Network Verification

    Authors: Chuqin Geng, Zhaoyue Wang, Haolin Ye, Saifei Liao, Xujie Si

    Abstract: Specifications play a crucial role in neural network verification. They define the precise input regions we aim to verify, typically represented as L-infinity norm balls. While recent research suggests using neural activation patterns (NAPs) as specifications for verifying unseen test set data, it focuses on computing the most refined NAPs, often limited to very small regions in the input space. I… ▽ More

    Submitted 11 June, 2024; v1 submitted 6 April, 2024; originally announced April 2024.

    Comments: 29 pages,8 figures

  4. arXiv:2404.04621  [pdf, other

    cs.PL cs.DB

    IsoPredict: Dynamic Predictive Analysis for Detecting Unserializable Behaviors in Weakly Isolated Data Store Applications

    Authors: Chujun Geng, Spyros Blanas, Michael D. Bond, Yang Wang

    Abstract: This paper presents the first dynamic predictive analysis for data store applications under weak isolation levels, called Isopredict. Given an observed serializable execution of a data store application, Isopredict generates and solves SMT constraints to find an unserializable execution that is a feasible execution of the application. Isopredict introduces novel techniques that handle divergent ap… ▽ More

    Submitted 6 April, 2024; originally announced April 2024.

    Journal ref: Proc. ACM Program. Lang., Vol. 8, No. PLDI, Article 161. Publication date: June 2024

  5. arXiv:2403.01666  [pdf, other

    cs.LG cs.CV

    Improving Adversarial Energy-Based Model via Diffusion Process

    Authors: Cong Geng, Tian Han, Peng-Tao Jiang, Hao Zhang, **wei Chen, Søren Hauberg, Bo Li

    Abstract: Generative models have shown strong generation ability while efficient likelihood estimation is less explored. Energy-based models~(EBMs) define a flexible energy function to parameterize unnormalized densities efficiently but are notorious for being difficult to train. Adversarial EBMs introduce a generator to form a minimax training game to avoid expensive MCMC sampling used in traditional EBMs,… ▽ More

    Submitted 8 June, 2024; v1 submitted 3 March, 2024; originally announced March 2024.

  6. arXiv:2401.17654  [pdf, other

    cs.CV

    All Beings Are Equal in Open Set Recognition

    Authors: Chaohua Li, Enhao Zhang, Chuanxing Geng, SongCan Chen

    Abstract: In open-set recognition (OSR), a promising strategy is exploiting pseudo-unknown data outside given $K$ known classes as an additional $K$+$1$-th class to explicitly model potential open space. However, treating unknown classes without distinction is unequal for them relative to known classes due to the category-agnostic and scale-agnostic of the unknowns. This inevitably not only disrupts the inh… ▽ More

    Submitted 31 January, 2024; originally announced January 2024.

    Comments: Accepted by the main track The 38th Annual AAAI Conference on Artificial Intelligence (AAAI 2024)

  7. Session-Based Recommendation by Exploiting Substitutable and Complementary Relationships from Multi-behavior Data

    Authors: Huizi Wu, Cong Geng, Hui Fang

    Abstract: Session-based recommendation (SR) aims to dynamically recommend items to a user based on a sequence of the most recent user-item interactions. Most existing studies on SR adopt advanced deep learning methods. However, the majority only consider a special behavior type (e.g., click), while those few considering multi-typed behaviors ignore to take full advantage of the relationships between product… ▽ More

    Submitted 14 January, 2024; v1 submitted 13 December, 2023; originally announced December 2023.

    Comments: 31 pages,11 figures, accepted by Data Mining and Knowledge Discovery(2023)

  8. arXiv:2310.20078  [pdf, other

    cs.SE

    TorchProbe: Fuzzing Dynamic Deep Learning Compilers

    Authors: Qidong Su, Chuqin Geng, Gennady Pekhimenko, Xujie Si

    Abstract: Static and dynamic computational graphs represent two distinct approaches to constructing deep learning frameworks. The former prioritizes compiler-based optimizations, while the latter focuses on programmability and user-friendliness. The recent release of PyTorch 2.0, which supports compiling arbitrary deep learning programs in Python, signifies a new direction in the evolution of deep learning… ▽ More

    Submitted 30 October, 2023; originally announced October 2023.

  9. arXiv:2310.04078  [pdf, other

    cs.LG

    Beyond Myopia: Learning from Positive and Unlabeled Data through Holistic Predictive Trends

    Authors: Xinrui Wang, Wenhai Wan, Chuanxin Geng, Shaoyuan LI, Songcan Chen

    Abstract: Learning binary classifiers from positive and unlabeled data (PUL) is vital in many real-world applications, especially when verifying negative examples is difficult. Despite the impressive empirical performance of recent PUL methods, challenges like accumulated errors and increased estimation bias persist due to the absence of negative labels. In this paper, we unveil an intriguing yet long-overl… ▽ More

    Submitted 6 October, 2023; originally announced October 2023.

    Comments: 25 pages

    Journal ref: NeurIPS 2023

  10. arXiv:2309.07122  [pdf, other

    cs.CV cs.GR

    Tree-Structured Shading Decomposition

    Authors: Chen Geng, Hong-Xing Yu, Sharon Zhang, Maneesh Agrawala, Jiajun Wu

    Abstract: We study inferring a tree-structured representation from a single image for object shading. Prior work typically uses the parametric or measured representation to model shading, which is neither interpretable nor easily editable. We propose using the shade tree representation, which combines basic shading nodes and compositing methods to factorize object surface shading. The shade tree representat… ▽ More

    Submitted 13 September, 2023; originally announced September 2023.

    Comments: Accepted at ICCV 2023. Project website: https://chen-geng.com/inv-shade-trees

  11. arXiv:2308.07903  [pdf, other

    cs.CV cs.AI cs.GR

    Relightable and Animatable Neural Avatar from Sparse-View Video

    Authors: Zhen Xu, Sida Peng, Chen Geng, Linzhan Mou, Zihan Yan, Jiaming Sun, Hujun Bao, Xiaowei Zhou

    Abstract: This paper tackles the challenge of creating relightable and animatable neural avatars from sparse-view (or even monocular) videos of dynamic humans under unknown illumination. Compared to studio environments, this setting is more practical and accessible but poses an extremely challenging ill-posed problem. Previous neural human reconstruction methods are able to reconstruct animatable avatars fr… ▽ More

    Submitted 17 August, 2023; v1 submitted 15 August, 2023; originally announced August 2023.

    Comments: Project page: https://zju3dv.github.io/relightable_avatar

  12. arXiv:2305.02230  [pdf, other

    cs.CY cs.AI

    Can ChatGPT Pass An Introductory Level Functional Language Programming Course?

    Authors: Chuqin Geng, Yihan Zhang, Brigitte Pientka, Xujie Si

    Abstract: The recent introduction of ChatGPT has drawn significant attention from both industry and academia due to its impressive capabilities in solving a diverse range of tasks, including language translation, text summarization, and computer programming. Its capability for writing, modifying, and even correcting code together with its ease of use and access is already dramatically impacting computer sci… ▽ More

    Submitted 3 May, 2023; v1 submitted 29 April, 2023; originally announced May 2023.

    Comments: 16 pages, 8 figures

  13. arXiv:2302.12237  [pdf, other

    cs.CV cs.AI cs.GR

    Learning Neural Volumetric Representations of Dynamic Humans in Minutes

    Authors: Chen Geng, Sida Peng, Zhen Xu, Hujun Bao, Xiaowei Zhou

    Abstract: This paper addresses the challenge of quickly reconstructing free-viewpoint videos of dynamic humans from sparse multi-view videos. Some recent works represent the dynamic human as a canonical neural radiance field (NeRF) and a motion field, which are learned from videos through differentiable rendering. But the per-scene optimization generally requires hours. Other generalizable NeRF models lever… ▽ More

    Submitted 23 February, 2023; v1 submitted 23 February, 2023; originally announced February 2023.

    Comments: Project page: https://zju3dv.github.io/instant_nvr

  14. Identifying Different Student Clusters in Functional Programming Assignments: From Quick Learners to Struggling Students

    Authors: Chuqin Geng, Wenwen Xu, Yingjie Xu, Brigitte Pientka, Xujie Si

    Abstract: Instructors and students alike are often focused on the grade in programming assignments as a key measure of how well a student is mastering the material and whether a student is struggling. This can be, however, misleading. Especially when students have access to auto-graders, their grades may be heavily skewed. In this paper, we analyze student assignment submission data collected from a functio… ▽ More

    Submitted 6 January, 2023; originally announced January 2023.

    Comments: 7 pages, 4 figures

  15. arXiv:2212.07030  [pdf, other

    cs.SI

    A Generic Reinforced Explainable Framework with Knowledge Graph for Session-based Recommendation

    Authors: Huizi Wu, Hui Fang, Zhu Sun, Cong Geng, Xinyu Kong, Yew-Soon Ong

    Abstract: Session-based recommendation (SR) has gained increasing attention in recent years. Quite a great amount of studies have been devoted to designing complex algorithms to improve recommendation performance, where deep learning methods account for the majority. However, most of these methods are black-box ones and ignore to provide moderate explanations to facilitate users' understanding, which thus m… ▽ More

    Submitted 15 December, 2022; v1 submitted 13 December, 2022; originally announced December 2022.

    Comments: 13 pages, 10 figures,accepted by ICDE 2023

  16. arXiv:2211.08486  [pdf, other

    cs.CV cs.AI cs.LG

    Scalar Invariant Networks with Zero Bias

    Authors: Chuqin Geng, Xiaojie Xu, Haolin Ye, Xujie Si

    Abstract: Just like weights, bias terms are the learnable parameters of many popular machine learning models, including neural networks. Biases are thought to enhance the representational power of neural networks, enabling them to solve a variety of tasks in computer vision. However, we argue that biases can be disregarded for some image-related tasks such as image classification, by considering the intrins… ▽ More

    Submitted 29 May, 2023; v1 submitted 15 November, 2022; originally announced November 2022.

    Comments: 22 pages, 8 figures

  17. arXiv:2210.16114  [pdf, other

    cs.LG cs.AI cs.LO cs.SE

    Towards Reliable Neural Specifications

    Authors: Chuqin Geng, Nham Le, Xiaojie Xu, Zhaoyue Wang, Arie Gurfinkel, Xujie Si

    Abstract: Having reliable specifications is an unavoidable challenge in achieving verifiable correctness, robustness, and interpretability of AI systems. Existing specifications for neural networks are in the paradigm of data as specification. That is, the local neighborhood centering around a reference input is considered to be correct (or robust). While existing specifications contribute to verifying adve… ▽ More

    Submitted 17 March, 2023; v1 submitted 28 October, 2022; originally announced October 2022.

    Comments: 19 pages, 16 figures

  18. arXiv:2210.03682  [pdf, other

    cs.PL cs.LG

    Novice Type Error Diagnosis with Natural Language Models

    Authors: Chuqin Geng, Haolin Ye, Yixuan Li, Tianyu Han, Brigitte Pientka, Xujie Si

    Abstract: Strong static type systems help programmers eliminate many errors without much burden of supplying type annotations. However, this flexibility makes it highly non-trivial to diagnose ill-typed programs, especially for novice programmers. Compared to classic constraint solving and optimization-based approaches, the data-driven approach has shown great promise in identifying the root causes of type… ▽ More

    Submitted 7 October, 2022; originally announced October 2022.

    Comments: 17 pages, 8 figures

  19. arXiv:2207.12808  [pdf, other

    cs.CV

    Class-Aware Universum Inspired Re-Balance Learning for Long-Tailed Recognition

    Authors: Enhao Zhang, Chuanxing Geng, Songcan Chen

    Abstract: Data augmentation for minority classes is an effective strategy for long-tailed recognition, thus develo** a large number of methods. Although these methods all ensure the balance in sample quantity, the quality of the augmented samples is not always satisfactory for recognition, being prone to such problems as over-fitting, lack of diversity, semantic drift, etc. For these issues, we propose th… ▽ More

    Submitted 11 August, 2022; v1 submitted 26 July, 2022; originally announced July 2022.

  20. arXiv:2205.02507  [pdf, other

    cs.LG cs.CV

    View-labels Are Indispensable: A Multifacet Complementarity Study of Multi-view Clustering

    Authors: Chuanxing Geng, Aiyang Han, Songcan Chen

    Abstract: Consistency and complementarity are two key ingredients for boosting multi-view clustering (MVC). Recently with the introduction of popular contrastive learning, the consistency learning of views has been further enhanced in MVC, leading to promising performance. However, by contrast, the complementarity has not received sufficient attention except just in the feature facet, where the Hilbert Schm… ▽ More

    Submitted 18 August, 2022; v1 submitted 5 May, 2022; originally announced May 2022.

    Comments: The first two authors contributed equally to this work

  21. arXiv:2205.02216  [pdf, other

    cs.IT

    The Extremal GDoF Gain of Optimal versus Binary Power Control in $K$ User Interference Networks Is $Θ(\sqrt{K})$

    Authors: Yao-Chia Chan, Pouya Pezeshkpour, Chunhua Geng, Syed A. Jafar

    Abstract: Using ideas from Generalized Degrees of Freedom (GDoF) analyses and extremal network theory, this work studies the extremal gain of optimal power control over binary (on/off) power control, especially in large interference networks, in search of new theoretical insights. Whereas numerical studies have already established that in most practical settings binary power control is close to optimal, the… ▽ More

    Submitted 5 May, 2022; v1 submitted 4 May, 2022; originally announced May 2022.

    Comments: 18 pages, 5 figures; Typo corrections

  22. Universum-inspired Supervised Contrastive Learning

    Authors: Aiyang Han, Chuanxing Geng, Songcan Chen

    Abstract: As an effective data augmentation method, Mixup synthesizes an extra amount of samples through linear interpolations. Despite its theoretical dependency on data properties, Mixup reportedly performs well as a regularizer and calibrator contributing reliable robustness and generalization to deep model training. In this paper, inspired by Universum Learning which uses out-of-class samples to assist… ▽ More

    Submitted 31 October, 2023; v1 submitted 22 April, 2022; originally announced April 2022.

    Comments: Accepted by IEEE Transactions on Image Processing

  23. arXiv:2201.10782  [pdf, other

    cs.IR

    Causality and Correlation Graph Modeling for Effective and Explainable Session-based Recommendation

    Authors: Huizi Wu, Cong Geng, Hui Fang

    Abstract: Session-based recommendation which has been witnessed a booming interest recently, focuses on predicting a user's next interested item(s) based on an anonymous session. Most existing studies adopt complex deep learning techniques (e.g., graph neural networks) for effective session-based recommendation. However, they merely address co-occurrence between items, but fail to well distinguish causality… ▽ More

    Submitted 17 May, 2023; v1 submitted 26 January, 2022; originally announced January 2022.

    Comments: Accepted by ACM Transactions on the Web

  24. arXiv:2111.00929  [pdf, other

    cs.LG stat.ML

    Bounds all around: training energy-based models with bidirectional bounds

    Authors: Cong Geng, Jia Wang, Zhiyong Gao, Jes Frellsen, Søren Hauberg

    Abstract: Energy-based models (EBMs) provide an elegant framework for density estimation, but they are notoriously difficult to train. Recent work has established links to generative adversarial networks, where the EBM is trained through a minimax game with a variational value function. We propose a bidirectional bound on the EBM log-likelihood, such that we maximize a lower bound and minimize an upper boun… ▽ More

    Submitted 2 November, 2021; v1 submitted 1 November, 2021; originally announced November 2021.

    Comments: This paper has been accepted by NeurIPS 2021

  25. arXiv:2110.13432  [pdf

    eess.IV cs.CV

    Deep Learning-based Segmentation of Cerebral Aneurysms in 3D TOF-MRA using Coarse-to-Fine Framework

    Authors: Meng Chen, Chen Geng, Dongdong Wang, Jiajun Zhang, Ruoyu Di, Fengmei Li, Zhiyong Zhou, Sirong Piao, Yuxin Li, Yaikang Dai

    Abstract: BACKGROUND AND PURPOSE: Cerebral aneurysm is one of the most common cerebrovascular diseases, and SAH caused by its rupture has a very high mortality and disability rate. Existing automatic segmentation methods based on DLMs with TOF-MRA modality could not segment edge voxels very well, so that our goal is to realize more accurate segmentation of cerebral aneurysms in 3D TOF-MRA with the help of D… ▽ More

    Submitted 26 October, 2021; originally announced October 2021.

  26. arXiv:2110.13367  [pdf

    eess.IV cs.CV

    An Automatic Detection Method Of Cerebral Aneurysms In Time-Of-Flight Magnetic Resonance Angiography Images Based On Attention 3D U-Net

    Authors: Chen Geng, Meng Chen, Ruoyu Di, Dongdong Wang, Liqin Yang, Wei Xia, Yuxin Li, Daoying Geng

    Abstract: Background:Subarachnoid hemorrhage caused by ruptured cerebral aneurysm often leads to fatal consequences.However,if the aneurysm can be found and treated during asymptomatic periods,the probability of rupture can be greatly reduced.At present,time-of-flight magnetic resonance angiography is one of the most commonly used non-invasive screening techniques for cerebral aneurysm,and the application o… ▽ More

    Submitted 25 October, 2021; originally announced October 2021.

  27. arXiv:2110.03898  [pdf, other

    quant-ph cond-mat.str-el cs.LG

    Differentiable Programming of Isometric Tensor Networks

    Authors: Chenhua Geng, Hong-Ye Hu, Yijian Zou

    Abstract: Differentiable programming is a new programming paradigm which enables large scale optimization through automatic calculation of gradients also known as auto-differentiation. This concept emerges from deep learning, and has also been generalized to tensor network optimizations. Here, we extend the differentiable programming to tensor networks with isometric constraints with applications to multisc… ▽ More

    Submitted 31 October, 2021; v1 submitted 8 October, 2021; originally announced October 2021.

    Comments: 17 pages, 22 figures

    Journal ref: Mach. Learn.: Sci. Technol. 3 015020 (2022)

  28. arXiv:2102.11233  [pdf, other

    cs.NI eess.SP

    Experimental Study on Probabilistic ToA and AoA Joint Localization in Real Indoor Environments

    Authors: Chunhua Geng, Traian E. Abrudan, Veli-Matti Kolmonen, Howard Huang

    Abstract: In this paper, we study probabilistic time-of-arrival (ToA) and angle-of-arrival (AoA) joint localization in real indoor environments. To mitigate the effects of multipath propagation, the joint localization algorithm incorporates into the likelihood function Gaussian mixture models (GMM) and the Von Mises-Fisher distribution to model time bias errors and angular uncertainty, respectively. We eval… ▽ More

    Submitted 31 March, 2021; v1 submitted 22 February, 2021; originally announced February 2021.

    Comments: To appear in IEEE International Conference on Communications (ICC) 2021. Added acknowledgement and reference

  29. arXiv:2102.04355  [pdf, other

    cs.IT

    Multilevel Topological Interference Management: A TIM-TIN Perspective

    Authors: Chunhua Geng, Hua Sun, Syed A. Jafar

    Abstract: The robust principles of treating interference as noise (TIN) when it is sufficiently weak, and avoiding it when it is not, form the background of this work. Combining TIN with the topological interference management (TIM) framework that identifies optimal interference avoidance schemes, we formulate a TIM-TIN problem for multilevel topological interference management, wherein only a coarse knowle… ▽ More

    Submitted 8 February, 2021; originally announced February 2021.

    Comments: This work will be submitted to the IEEE for possible publication. Copyright may be transferred without notice, after which this version may no longer be accessible

  30. arXiv:2012.13309  [pdf, other

    cs.LG

    Leave Zero Out: Towards a No-Cross-Validation Approach for Model Selection

    Authors: Weikai Li, Chuanxing Geng, Songcan Chen

    Abstract: As the main workhorse for model selection, Cross Validation (CV) has achieved an empirical success due to its simplicity and intuitiveness. However, despite its ubiquitous role, CV often falls into the following notorious dilemmas. On the one hand, for small data cases, CV suffers a conservatively biased estimation, since some part of the limited data has to hold out for validation. On the other h… ▽ More

    Submitted 28 December, 2020; v1 submitted 24 December, 2020; originally announced December 2020.

  31. arXiv:2011.13074  [pdf, other

    cs.CV cs.AI cs.LG

    Omni-GAN: On the Secrets of cGANs and Beyond

    Authors: Peng Zhou, Lingxi Xie, Bingbing Ni, Cong Geng, Qi Tian

    Abstract: The conditional generative adversarial network (cGAN) is a powerful tool of generating high-quality images, but existing approaches mostly suffer unsatisfying performance or the risk of mode collapse. This paper presents Omni-GAN, a variant of cGAN that reveals the devil in designing a proper discriminator for training the model. The key is to ensure that the discriminator receives strong supervis… ▽ More

    Submitted 28 March, 2021; v1 submitted 25 November, 2020; originally announced November 2020.

    Comments: Introducing Omni-INR-GAN, which can extrapolate low-resolution images to arbitrary resolution

  32. arXiv:2009.11016  [pdf, other

    cs.CV

    Generative Model without Prior Distribution Matching

    Authors: Cong Geng, Jia Wang, Li Chen, Zhiyong Gao

    Abstract: Variational Autoencoder (VAE) and its variations are classic generative models by learning a low-dimensional latent representation to satisfy some prior distribution (e.g., Gaussian distribution). Their advantages over GAN are that they can simultaneously generate high dimensional data and learn latent representations to reconstruct the inputs. However, it has been observed that a trade-off exists… ▽ More

    Submitted 23 September, 2020; originally announced September 2020.

    Comments: 8 pages, 8 figures

  33. arXiv:2004.03454  [pdf

    cs.CE

    Deep-learning enhancement of large scale numerical simulations

    Authors: Caspar van Leeuwen, Damian Podareanu, Valeriu Codreanu, Maxwell X. Cai, Axel Berg, Simon Portegies Zwart, Robin Stoffer, Menno Veerman, Chiel van Heerwaarden, Sydney Otten, Sascha Caron, Cunliang Geng, Francesco Ambrosetti, Alexandre M. J. J. Bonvin

    Abstract: Traditional simulations on High-Performance Computing (HPC) systems typically involve modeling very large domains and/or very complex equations. HPC systems allow running large models, but limits in performance increase that have become more prominent in the last 5-10 years will likely be experienced. Therefore new approaches are needed to increase application performance. Deep learning appears to… ▽ More

    Submitted 30 March, 2020; originally announced April 2020.

    Comments: White paper consists of 36 pages and 15 figures

  34. arXiv:2003.00877  [pdf, other

    cs.CV cs.LG stat.ML

    A Multi-view Perspective of Self-supervised Learning

    Authors: Chuanxing Geng, Zhenghao Tan, Songcan Chen

    Abstract: As a newly emerging unsupervised learning paradigm, self-supervised learning (SSL) recently gained widespread attention, which usually introduces a pretext task without manual annotation of data. With its help, SSL effectively learns the feature representation beneficial for downstream tasks. Thus the pretext task plays a key role. However, the study of its design, especially its essence currently… ▽ More

    Submitted 15 May, 2020; v1 submitted 22 February, 2020; originally announced March 2020.

  35. arXiv:2002.04829  [pdf, other

    cs.CV stat.ML

    Uniform Interpolation Constrained Geodesic Learning on Data Manifold

    Authors: Cong Geng, Jia Wang, Li Chen, Wenbo Bao, Chu Chu, Zhiyong Gao

    Abstract: In this paper, we propose a method to learn a minimizing geodesic within a data manifold. Along the learned geodesic, our method can generate high-quality interpolations between two given data samples. Specifically, we use an autoencoder network to map data samples into latent space and perform interpolation via an interpolation network. We add prior geometric information to regularize our autoenc… ▽ More

    Submitted 14 August, 2020; v1 submitted 12 February, 2020; originally announced February 2020.

    Comments: submitted to NIPS 2020

  36. arXiv:1910.07840  [pdf

    cs.SD eess.AS

    End-to-end speech enhancement based on discrete cosine transform

    Authors: Chuang Geng, Lei Wang

    Abstract: Previous speech enhancement methods focus on estimating the short-time spectrum of speech signals due to its short-term stability. However, these methods often only estimate the clean magnitude spectrum and reuse the noisy phase when resynthesize speech signals, which is unlikely a valid short-time Fourier transform (STFT). Recently, DNN based speech enhancement methods mainly joint estimation of… ▽ More

    Submitted 22 October, 2019; v1 submitted 17 October, 2019; originally announced October 2019.

    Comments: 5 pages, 5 figures, ICASSP 2020

  37. arXiv:1908.03983  [pdf, other

    cs.LG cs.CV stat.ML

    Visual and Semantic Prototypes-Jointly Guided CNN for Generalized Zero-shot Learning

    Authors: Chuanxing Geng, Lue Tao, Songcan Chen

    Abstract: In the process of exploring the world, the curiosity constantly drives humans to cognize new things. Supposing you are a zoologist, for a presented animal image, you can recognize it immediately if you know its class. Otherwise, you would more likely attempt to cognize it by exploiting the side-information (e.g., semantic information, etc.) you have accumulated. Inspired by this, this paper decomp… ▽ More

    Submitted 14 August, 2019; v1 submitted 11 August, 2019; originally announced August 2019.

  38. arXiv:1812.10457  [pdf, other

    cs.IT

    Optimal Secure GDoF of Symmetric Gaussian Wiretap Channel with a Helper

    Authors: **yuan Chen, Chunhua Geng

    Abstract: We study a symmetric Gaussian wiretap channel with a helper, where a confidential message is sent from a transmitter to a legitimate receiver, in the presence of a helper and an eavesdropper, under a weak notion of secrecy constraint. For this setting, we characterize the optimal secure generalized degrees-of-freedom (GDoF). The result reveals that, adding a helper can significantly increase the s… ▽ More

    Submitted 11 September, 2019; v1 submitted 26 December, 2018; originally announced December 2018.

    Comments: This work was presented in part at the 2019 IEEE International Symposium on Information Theory

  39. Recent Advances in Open Set Recognition: A Survey

    Authors: Chuanxing Geng, Sheng-jun Huang, Songcan Chen

    Abstract: In real-world recognition/classification tasks, limited by various objective factors, it is usually difficult to collect training samples to exhaust all classes when training a recognizer or classifier. A more realistic scenario is open set recognition (OSR), where incomplete knowledge of the world exists at training time, and unknown classes can be submitted to an algorithm during testing, requir… ▽ More

    Submitted 21 March, 2020; v1 submitted 20 November, 2018; originally announced November 2018.

    Comments: Accepted by IEEE TPAMI

  40. Collective decision for open set recognition

    Authors: Chuanxing Geng, Songcan Chen

    Abstract: In open set recognition (OSR), almost all existing methods are designed specially for recognizing individual instances, even these instances are collectively coming in batch. Recognizers in decision either reject or categorize them to some known class using empirically-set threshold. Thus the decision threshold plays a key role. However, the selection for it usually depends on the knowledge of kno… ▽ More

    Submitted 21 March, 2020; v1 submitted 28 June, 2018; originally announced June 2018.

    Comments: Accepted by IEEE TKDE. Previous title was "Hierarchical Dirichlet Process-based Open Set Recognition"

  41. arXiv:1412.2711  [pdf, other

    cs.IT

    On the Optimality of Treating Interference as Noise: Compound Interference Networks

    Authors: Chunhua Geng, Syed A. Jafar

    Abstract: In a K-user Gaussian interference channel, it has been shown by Geng et al. that if for each user the desired signal strength is no less than the sum of the strengths of the strongest interference from this user and the strongest interference to this user (all values in dB scale), then power control and treating interference as noise (TIN) is optimal from the perspective of generalized degrees of… ▽ More

    Submitted 8 December, 2014; originally announced December 2014.

  42. arXiv:1401.2592  [pdf, other

    cs.IT

    On the Optimality of Treating Interference as Noise: General Message Sets

    Authors: Chunhua Geng, Hua Sun, Syed A. Jafar

    Abstract: In a K-user Gaussian interference channel, it has been shown that if for each user the desired signal strength is no less than the sum of the strengths of the strongest interference from this user and the strongest interference to this user (all values in dB scale), then treating interference as noise (TIN) is optimal from the perspective of generalized degrees-of-freedom (GDoF) and achieves the e… ▽ More

    Submitted 12 January, 2014; originally announced January 2014.

  43. Multilevel Topological Interference Management

    Authors: Chunhua Geng, Hua Sun, Syed A. Jafar

    Abstract: The robust principles of treating interference as noise (TIN) when it is sufficiently weak, and avoiding it when it is not, form the background for this work. Combining TIN with the topological interference management (TIM) framework that identifies optimal interference avoidance schemes, a baseline TIM-TIN approach is proposed which decomposes a network into TIN and TIM components, allocates the… ▽ More

    Submitted 25 August, 2013; originally announced August 2013.

    Comments: To be presented at 2013 IEEE Information Theory Workshop

  44. arXiv:1305.4610  [pdf, other

    cs.IT

    On the Optimality of Treating Interference as Noise

    Authors: Chunhua Geng, Navid Naderializadeh, A. Salman Avestimehr, Syed A. Jafar

    Abstract: It is shown that in the K-user interference channel, if for each user the desired signal strength is no less than the sum of the strengths of the strongest interference from this user and the strongest interference to this user (all values in dB scale), then the simple scheme of using point to point Gaussian codebooks with appropriate power levels at each transmitter and treating interference as n… ▽ More

    Submitted 20 May, 2013; originally announced May 2013.

  45. arXiv:1302.4020  [pdf, other

    cs.IT

    Topological Interference Management with Alternating Connectivity

    Authors: Hua Sun, Chunhua Geng, Syed A. Jafar

    Abstract: The topological interference management problem refers to the study of the capacity of partially connected linear (wired and wireless) communication networks with no channel state information at the transmitters (no CSIT) beyond the network topology, i.e., a knowledge of which channel coefficients are zero (weaker than the noise floor in the wireless case). While the problem is originally studied… ▽ More

    Submitted 16 February, 2013; originally announced February 2013.

  46. arXiv:1207.6137  [pdf, other

    cs.IT

    Degrees of Freedom of MIMO X Networks: Spatial Scale Invariance, One-Sided Decomposability and Linear Feasibility

    Authors: Hua Sun, Chunhua Geng, Tiangao Gou, Syed A. Jafar

    Abstract: We show that an M X N user MIMO X network with A antennas at each node has AMN/(M+N-1) degrees of freedom (DoF), thus resolving in this case a discrepancy between the spatial scale invariance conjecture (scaling the number of antennas at each node by a constant factor will scale the total DoF by the same factor) and a decomposability property of overconstrained wireless networks. While the best pr… ▽ More

    Submitted 21 August, 2013; v1 submitted 25 July, 2012; originally announced July 2012.

  47. arXiv:1012.4556  [pdf, ps, other

    cs.NI

    Selective Multipath Interference Canceller with Linear Equalization for DS-UWB Systems with Low Spreading Factor

    Authors: Chunhua Geng, Yukui Pei, Ning Ge

    Abstract: In high rate DS-UWB systems with low spreading factor, the selective multipath interference canceller with linear equalization (SMPIC-LE) is developed to alleviate severe multipath interferences induced by the poor orthogonality of spreading codes. The SMPIC iteratively mitigates the strongest inter-path interference, inter-chip interference and inter-symbol interference, while the former two are… ▽ More

    Submitted 21 December, 2010; originally announced December 2010.

    Comments: 6 pages, 5 figures

  48. arXiv:1012.4542  [pdf, ps, other

    cs.IT

    Impact of Mistiming on the Achievable Information Rate of Rake Receivers in DS-UWB Systems

    Authors: Chunhua Geng, Yukui Pei, Jiaqi Zhang, Ning Ge

    Abstract: In this paper, we investigate the impact of mistiming on the performance of Rake receivers in direct-sequence ultra-wideband (DS-UWB) systems from the perspective of the achievable information rate. A generalized expression for the performance degradation due to mistiming is derived. Monte Carlo simulations based on this expression are then conducted, which demonstrate that the performance loss ha… ▽ More

    Submitted 20 December, 2010; originally announced December 2010.

    Comments: 5 pages, 7 figures, submitted to IEEE VTC 2011 spring in Sept.2010