← Search

Wei Hu

102 accepted papers

2026

Answering the Unanswerable Is to Err Knowingly: Analyzing and Mitigating Abstention Failures in Large Reasoning Models

AAAI 2026technical

Large reasoning models (LRMs) have shown remarkable progress on complex reasoning tasks. However, some questions posed to LRMs are inherently unanswerable, such as math problems lacking sufficient conditions. We find that LRMs continually fail to provide appropriate abstentions when confronted with

Cited by 0SourcePDFScholar
2026

Deep Learning and Foundation Models for Weather Prediction: A Survey

IJCAI 2026

Numerical weather prediction (NWP) models remain the cornerstone of atmospheric sciences. Yet, deep learning (DL) is challenging this paradigm by its ability to capture intricate spatio-temporal patterns and deliver ultra-fast predictions. Analogous to the foundation models (e.g., ChatGPT) in natura

Cited by 0Scholar
2026

Do We Truly Need So Many Samples? Multi-LLM Repeated Sampling Efficiently Scales Test-Time Compute

AAAI 2026technical

This paper presents a simple, effective, and cost-efficient strategy, named ModelSwitch, to improve LLM performance by scaling test-time compute. ModelSwitch builds upon the repeated-sampling-then-voting framework, with a novel twist: incorporating multiple models, even weaker ones, to leverage the

Cited by 0SourcePDFScholar
2026

Improving Code Translation with Syntax-Guided and Semantic-aware Preference Optimization

IJCAI 2026

LLMs have shown immense potential for code translation, yet they often struggle to ensure both syntactic correctness and semantic consistency. While preference-based learning offers a promising alignment strategy, it is hindered by unreliable semantic rewards derived from sparse test cases or restri

Cited by 0Scholar
2026

Lightweight Transformer for EEG Classification via Balanced Signed Graph Algorithm Unrolling

ICLR 2026poster

Samples of brain signals collected by EEG sensors have inherent anti-correlations that are well modeled by negative edges in a finite graph. To differentiate epilepsy patients from healthy subjects using collected EEG signals, we build lightweight and interpretable transformer-like neural nets by…

Cited by 0SourceScholar
2026

ProtSAE: Disentangling and Interpreting Protein Language Models via Semantically-Guided Sparse Autoencoders

AAAI 2026technical

Sparse Autoencoder (SAE) has emerged as a powerful tool for mechanistic interpretability of large language models. Recent works apply SAE to protein language models (PLMs), aiming to extract and analyze biologically meaningful features from their latent spaces. However, SAE suffers from semantic en

Cited by 0SourcePDFScholar
2026

Spatial-Spectral Homogeneous Attacks on Physical-World Large Vision-Language Models

AAAI 2026technical

Although large vision-language models (LVLMs) have demonstrated promising versatile capabilities on various downstream tasks, they are shown to be susceptible to adversarial examples. Existing LVLM attackers simply implement adversarial patterns in an impracticable setting: i) add digital global per

Cited by 0SourcePDFScholar
2026

Understanding Deep Representation Learning via Layerwise Feature Compression and Discrimination

ICML 2026poster

Over the past decade, deep learning has proven to be a highly effective tool for learning meaningful features from raw data. However, it remains an open question how deep networks perform hierarchical feature learning across layers. In this work, we attempt to unveil this mystery by investigating th…

Cited by 0SourcecodeScholar
2025

Avoiding Knowledge Edit Skipping in Multi-hop Question Answering with Guided Decomposition

EMNLP 2025

In a rapidly evolving world where information updates swiftly, knowledge in large language models (LLMs) becomes outdated quickly. Retraining LLMs is not a cost-effective option, making knowledge editing (KE) without modifying parameters particularly necessary. We find that although existing retriev

Cited by 0SourcePDFScholar
2025

ChatSOP: An SOP-Guided MCTS Planning Framework for Controllable LLM Dialogue Agents

ACL 2025long

Dialogue agents powered by Large Language Models (LLMs) show superior performance in various tasks. Despite the better user understanding and human-like responses, their **lack of controllability** remains a key challenge, often leading to unfocused conversations or task failure. To address this, we…

2025

Controllable Protein Sequence Generation with LLM Preference Optimization

AAAI 2025technical

Designing proteins with specific attributes offers an important solution to address biomedical challenges. Pre-trained protein large language models (LLMs) have shown promising results on protein sequence generation. However, to control sequence generation for specific attributes, existing work stil…

2025

EffectiveASR: A Single-Step Non-Autoregressive Mandarin Speech Recognition Architecture with High Accuracy and Inference Speed

ICASSP 2025accepted

Non-autoregressive (NAR) automatic speech recognition (ASR) models predict tokens independently and simultaneously, bringing high inference speed. However, there is still a gap in the accuracy of the NAR models compared to the autoregressive (AR) models. In this paper, we propose a single-step NAR A…

Cited by 0SourceScholar
2025

HyperGCT: A Dynamic Hyper-GNN-Learned Geometric Constraint for 3D Registration

ICCV 2025poster

Geometric constraints between feature matches are critical in 3D point cloud registration problems. Existing approaches typically model unordered matches as a consistency graph and sample consistent matches to generate hypotheses. However, explicit graph construction introduces noise, posing great c…

2025

Knowledge Graph-Guided Retrieval Augmented Generation

NAACL 2025long

Retrieval-augmented generation (RAG) has emerged as a promising technology for addressing hallucination issues in the responses generated by large language models (LLMs). Existing studies on RAG primarily focus on applying semantic-based approaches to retrieve isolated relevant chunks, which ignore…

2025

Let Me Grok for You: Accelerating Grokking via Embedding Transfer from a Weaker Model

ICLR 2025poster

''Grokking'' is a phenomenon where a neural network first memorizes training data and generalizes poorly, but then suddenly transitions to near-perfect generalization after prolonged training. While intriguing, this delayed generalization phenomenon compromises predictability and efficiency. Ideally…

2025

Mitigating Lost-in-Retrieval Problems in Retrieval Augmented Multi-Hop Question Answering

ACL 2025long

In this paper, we identify a critical problem, “lost-in-retrieval”, in retrieval-augmented multi-hop question answering (QA): the key entities are missed in LLMs’ sub-question decomposition. “Lost-in-retrieval” significantly degrades the retrieval performance, which disrupts the reasoning chain and…

2025

Seeing is Not Believing: Adversarial Natural Object Optimization for Hard-Label 3D Scene Attacks

CVPR 2025poster

Deep learning models for 3D data have shown to be vulnerable to adversarial attacks, which have received increasing attention in various safety-critical applications such as autonomous driving and robotic navigation. Existing 3D attackers mainly put effort into attacking the simple 3D classification…

Cited by 0SourcePDFScholar
2025

SmartNet: One-shot Talking Head Synthesis via Subtle Motion and Appearance Compensation

ICASSP 2025accepted

One-shot talking head synthesis aims to animate a source person’s portrait with driving video sequences. Recent facial keypoint-based methods have achieved remarkable animation performance and produced high-quality results. However, it remains challenging to perform cross-identity face reenactment b…

Cited by 0SourceScholar
2025

Swing-by Dynamics in Concept Learning and Compositional Generalization

ICLR 2025poster

Prior work has shown that text-conditioned diffusion models can learn to identify and manipulate primitive concepts underlying a compositional data-generating process, enabling generalization to entirely novel, out-of-distribution compositions. Beyond performance evaluations, these studies develop…

Cited by 0SourcePDFScholar
2025

Towards Building Model/Prompt-Transferable Attackers against Large Vision-Language Models

NeurIPS 2025spotlight

Although Large Vision-Language Models (LVLMs) exhibit impressive multimodal capabilities, their vulnerability to adversarial examples has raised serious security concerns. Existing LVLM attackers simply optimize adversarial images that easily overfit a certain model/prompt, making them ineffective o…

Cited by 0SourceScholar
2024

A Generative Adversarial Framework for Dialogue Generation with Neural Architecture Search

ICASSP 2024accepted

Dialogue generation is a ambitious task that requires generating coherent and natural responses. In this paper, we propose a novel approach that utilizes a Seq2Seq generator enhanced by neural architecture search (NAS) on top of adversarial training to this end. Specifically, we apply the NAS for da…

Cited by 0SourceScholar
2024

A Prompt-Based Knowledge Graph Foundation Model for Universal In-Context Reasoning

NeurIPS 2024poster

Extensive knowledge graphs (KGs) have been constructed to facilitate knowledge-driven tasks across various scenarios. However, existing work usually develops separate reasoning models for different KGs, lacking the ability to generalize and transfer knowledge across diverse KGs and reasoning setting…

2024

Abrupt Learning in Transformers: A Case Study on Matrix Completion

NeurIPS 2024poster

Recent analysis on the training dynamics of Transformers has unveiled an interesting characteristic: the training loss plateaus for a significant number of training steps, and then suddenly (and sharply) drops to near--optimal values. To understand this phenomenon in depth, we formulate the low-rank…

Cited by 1SourcePDFScholar
2024

Benign Overfitting and Grokking in ReLU Networks for XOR Cluster Data

ICLR 2024poster

Neural networks trained by gradient descent (GD) have exhibited a number of surprising generalization behaviors. First, they can achieve a perfect fit to noisy training data and still generalize near-optimally, showing that overfitting can sometimes be benign. Second, they can undergo a period of cl…

Cited by 33SourcePDFScholar
2024

DFlow: A Generative Model Combining Denoising AutoEncoder and Normalizing Flow for High Fidelity Waveform Generation

ICML 2024poster

In this work, we present DFlow, a novel generative framework that combines Normalizing Flow (NF) with a Denoising AutoEncoder (DAE), for high-fidelity waveform generation. With a tactfully designed structure, DFlow seamlessly integrates the capabilities of both NF and DAE, resulting in a significant…

Cited by 0SourcePDFScholar
2024

DHGCN: Dynamic Hop Graph Convolution Network for Self-Supervised Point Cloud Learning

AAAI 2024technical

Recent works attempt to extend Graph Convolution Networks (GCNs) to point clouds for classification and segmentation tasks. These works tend to sample and group points to create smaller point sets locally and mainly focus on extracting local features through GCNs, while ignoring the relationship bet…

2024

Dichotomy of Early and Late Phase Implicit Biases Can Provably Induce Grokking

ICLR 2024poster

Recent work by Power et al. (2022) highlighted a surprising "grokking" phenomenon in learning arithmetic tasks: a neural net first "memorizes" the training set, resulting in perfect training accuracy but near-random test accuracy, and after training for sufficiently longer, it suddenly transitions t…

2024

ESVC: Combining Adaptive Style Fusion and Multi-Level Feature Disentanglement for Expressive Singing Voice Conversion

ICASSP 2024accepted

Nowadays, singing voice conversion (SVC) has made great strides in both naturalness and similarity for common SVC with a neutral expression. However, besides singer identity, emotional expression is also essential to convey the singer’s emotions and attitudes, but current SVC systems can not effecti…

Cited by 0SourceScholar
2024

Echoes of the Past: Boosting Long-tail Recognition via Reflective Learning

ECCV 2024oral

"In real-world scenarios, where knowledge distributions exhibit long-tail. Humans manage to master knowledge uniformly across imbalanced distributions, a feat attributed to their diligent practices of reviewing, summarizing, and correcting errors. Motivated by this learning process, we propose a nov…

2024

Explicitly Perceiving and Preserving the Local Geometric Structures for 3D Point Cloud Attack

AAAI 2024technical

Deep learning models for point clouds have shown to be vulnerable to adversarial attacks, which have received increasing attention in various safety-critical applications such as autonomous driving, robotics, and surveillance. Existing 3D attack methods generally employ global distance losses to imp…

Cited by 10SourcePDFScholar
2024

Generative 3D Part Assembly via Part-Whole-Hierarchy Message Passing

CVPR 2024poster

Generative 3D part assembly involves understanding part relationships and predicting their 6-DoF poses for assembling a realistic 3D shape. Prior work often focus on the geometry of individual parts neglecting part-whole hierarchies of objects. Leveraging two key observations: 1) super-part poses pr…

2024

How Do Transformers Learn In-Context Beyond Simple Functions? A Case Study on Learning with Representations

ICLR 2024poster

While large language models based on the transformer architecture have demonstrated remarkable in-context learning (ICL) capabilities, understandings of such capabilities are still in an early stage, where existing theory and mechanistic understanding focus mostly on simple scenarios such as learnin…

Cited by 61SourcePDFScholar
2024

Improving Attention-Based End-to-End Speech Recognition by Monotonic Alignment Attention Matrix Reconstruction

ICASSP 2024accepted

In automatic speech recognition (ASR) task, the output sequence should correspond to a linear transcription of the input sequence. Lots of works have been done to learn the monotonic alignment in end-to-end (E2E) ASR model, but their methods mainly focus on streaming propose and usually result in a…

Cited by 0SourceScholar
2024

InvariantOODG: Learning Invariant Features of Point Clouds for Out-of-Distribution Generalization

ICASSP 2024accepted

The convenience of 3D sensors has led to an increase in the use of 3D point clouds in various applications. However, the differences in acquisition devices or scenarios lead to divergence in the data distribution of point clouds, which requires good generalization of point cloud representation learn…

Cited by 0SourceScholar
2024

KnowLA: Enhancing Parameter-efficient Finetuning with Knowledgeable Adaptation

NAACL 2024long

Parameter-efficient finetuning (PEFT) is a key technique for adapting large language models (LLMs) to downstream tasks. In this paper, we study leveraging knowledge graph embeddings to improve the effectiveness of PEFT. We propose a knowledgeable adaptation method called KnowLA. It inserts an adapta…

2024

LTGC: Long-tail Recognition via Leveraging LLMs-driven Generated Content

CVPR 2024poster

Long-tail recognition is challenging because it requires the model to learn good representations from tail categories and address imbalances across all categories. In this paper we propose a novel generative and fine-tuning framework LTGC to handle long-tail recognition via leveraging generated cont…

Cited by 16SourcePDFScholar
2024

Multi-Aspect Controllable Text Generation with Disentangled Counterfactual Augmentation

ACL 2024long

Multi-aspect controllable text generation aims to control the generated texts in attributes from multiple aspects (e.g., “positive” from sentiment and “sport” from topic). Existing works neglect attribute correlations formed by the intertwining of different attributes. Particularly, the stereotype f…

2024

Near-Interpolators: Rapid Norm Growth and the Trade-Off between Interpolation and Generalization

AISTATS 2024poster

We study the generalization capability of nearly-interpolating linear regressors: ${\beta}$’s whose training error $\tau$ is positive but small, i.e., below the noise floor. Under a random matrix theoretic assumption on the data distribution and an eigendecay assumption on the data covariance matrix…

2024

Timeline-based Sentence Decomposition with In Context Learning for Temporal Fact Extraction

ACL 2024long

Facts extraction is pivotal for constructing knowledge graphs. Recently, the increasing demand for temporal facts in downstream tasks has led to the emergence of the task of temporal fact extraction. In this paper, we specifically address the extraction of temporal facts from natural language text.…

2023

3DHacker: Spectrum-based Decision Boundary Generation for Hard-label 3D Point Cloud Attack

ICCV 2023poster

With the maturity of depth sensors, the vulnerability of 3D point cloud models has received increasing attention in various applications such as autonomous driving and robot navigation. Previous 3D adversarial attackers either follow the white-box setting to iteratively update the coordinate perturb…

Cited by 21PDFScholar
2023

Are Neurons Actually Collapsed? On the Fine-Grained Structure in Neural Representations

ICML 2023poster

Recent work has observed an intriguing "Neural Collapse'' phenomenon in well-trained neural networks, where the last-layer representations of training samples with the same label collapse into each other. This appears to suggest that the last-layer representations are completely determined by the la…

Cited by 14SourcePDFScholar
2023

Density-Insensitive Unsupervised Domain Adaption on 3D Object Detection

CVPR 2023poster

3D object detection from point clouds is crucial in safety-critical autonomous driving. Although many works have made great efforts and achieved significant progress on this task, most of them suffer from expensive annotation cost and poor transferability to unknown data due to the domain gap. Recen…

2023

Enabling Abductive Learning to Exploit Knowledge Graph

IJCAI 2023poster

Most systems integrating data-driven machine learning with knowledge-driven reasoning usually rely on a specifically designed knowledge base to enable efficient symbolic inference. However, it could be cumbersome for the nonexpert end-users to prepare such a knowledge base in real tasks. Recent year…

2023

Going Beyond Linear Mode Connectivity: The Layerwise Linear Feature Connectivity

NeurIPS 2023poster

Recent work has revealed many intriguing empirical phenomena in neural network training, despite the poorly understood and highly complex loss landscapes and training dynamics. One of these phenomena, Linear Mode Connectivity (LMC), has gained considerable attention due to the intriguing observation…

2023

Implicit Bias in Leaky ReLU Networks Trained on High-Dimensional Data

ICLR 2023top-25%

The implicit biases of gradient-based optimization algorithms are conjectured to be a major factor in the success of modern deep learning. In this work, we investigate the implicit bias of gradient flow and gradient descent in two-layer fully-connected neural networks with leaky ReLU activations wh…

Cited by 61SourcePDFScholar
2023

Improving Continual Relation Extraction by Distinguishing Analogous Semantics

ACL 2023long

Continual relation extraction (RE) aims to learn constantly emerging relations while avoiding forgetting the learned relations. Existing works store a small number of typical samples to re-train the model for alleviating forgetting. However, repeatedly replaying these samples may cause the overfitti…

2023

Lifelong Embedding Learning and Transfer for Growing Knowledge Graphs

AAAI 2023technical

Existing knowledge graph (KG) embedding models have primarily focused on static KGs. However, real-world KGs do not remain static, but rather evolve and grow in tandem with the development of KG applications. Consequently, new facts and previously unseen entities and relations continually emerge, ne…

2023

MDCS: More Diverse Experts with Consistency Self-distillation for Long-tailed Recognition

ICCV 2023poster

Recently, multi-expert methods have led to significant improvements in long-tail recognition (LTR). We summarize two aspects that need further enhancement to contribute to LTR boosting: (1) More diverse experts; (2) Lower model variance. However, the previous methods didn't handle them well. To this…

Cited by 16PDFcodeScholar
2023

MixPro: Data Augmentation with MaskMix and Progressive Attention Labeling for Vision Transformer

ICLR 2023poster

The recently proposed data augmentation TransMix employs attention labels to help visual transformers (ViT) achieve better robustness and performance. However, TransMix is deficient in two aspects: 1) The image cropping method of TransMix may not be suitable for vision transformer. 2) At the early s…

2023

Serial Contrastive Knowledge Distillation for Continual Few-shot Relation Extraction

ACL 2023findings

Continual few-shot relation extraction (RE) aims to continuously train a model for new relations with few labeled training data, of which the major challenges are the catastrophic forgetting of old relations and the overfitting caused by data sparsity. In this paper, we propose a new model, namely S…

2023

Sparse Graph Learning with Spectrum Prior for Deep Graph Convolutional Networks

ICASSP 2023accepted

A graph convolutional network (GCN) employs a graph filtering kernel tailored for data with irregular structures. However, simply stacking more GCN layers does not improve performance; instead, the output converges to an uninformative low-dimensional subspace, where the convergence rate is character…

Cited by 0SourceScholar
2023

What Makes Entities Similar? A Similarity Flooding Perspective for Multi-sourced Knowledge Graph Embeddings

ICML 2023poster

Joint representation learning over multi-sourced knowledge graphs (KGs) yields transferable and expressive embeddings that improve downstream tasks. Entity alignment (EA) is a critical step in this process. Despite recent considerable research progress in embedding-based EA, how it works remains to…

2022

Ensemble Semi-supervised Entity Alignment via Cycle-Teaching

AAAI 2022technical

Entity alignment is to find identical entities in different knowledge graphs. Although embedding-based entity alignment has recently achieved remarkable progress, training data insufficiency remains a critical challenge. Conventional semi-supervised methods also suffer from the incorrect entity alig…

2022

Exploring the Devil in Graph Spectral Domain for 3D Point Cloud Attacks

ECCV 2022poster

"With the maturity of depth sensors, point clouds have received increasing attention in various applications such as autonomous driving, robotics, surveillance, \etc., while deep point cloud learning models have shown to be vulnerable to adversarial attacks. Existing attack methods generally add/del…

2022

Implicit Relation Linking for Question Answering over Knowledge Graph

ACL 2022findings

Relation linking (RL) is a vital module in knowledge-based question answering (KBQA) systems. It aims to link the relations expressed in natural language (NL) to the corresponding ones in knowledge graph (KG). Existing methods mainly rely on the textual similarities between NL and KG to build relati…

Cited by 6SourcePDFScholar
2022

More Than a Toy: Random Matrix Models Predict How Real-World Neural Representations Generalize

ICML 2022spotlight

Of theories for why large-scale machine learning models generalize despite being vastly overparameterized, which of their assumptions are needed to capture the qualitative phenomena of generalization in the real world? On one hand, we find that most theoretical analyses fall short of capturing these…

2022

Museformer: Transformer with Fine- and Coarse-Grained Attention for Music Generation

NeurIPS 2022accept

Symbolic music generation aims to generate music scores automatically. A recent trend is to use Transformer or its variants in music generation, which is, however, suboptimal, because the full attention cannot efficiently model the typically long music sequences (e.g., over 10,000 tokens), and the e…

2022

Neural Capture of Animatable 3D Human from Monocular Video

ECCV 2022poster

"We present a novel paradigm of building an animatable 3D human representation from a monocular video input, such that it can be rendered in any unseen poses and views. Our method is based on a dynamic Neural Radiance Field (NeRF) rigged by a mesh-based parametric 3D human model serving as a geometr…

Cited by 28SourcePDFScholar
2022

Understanding and Improving Knowledge Graph Embedding for Entity Alignment

ICML 2022spotlight

Embedding-based entity alignment (EEA) has recently received great attention. Despite significant performance improvement, few efforts have been paid to facilitate understanding of EEA methods. Most existing studies rest on the assumption that a small number of pre-aligned entities can serve as anch…

2021

A Representation Learning Perspective on the Importance of Train-Validation Splitting in Meta-Learning

ICML 2021spotlight

An effective approach in meta-learning is to utilize multiple “train tasks” to learn a good initialization for model parameters that can help solve unseen “test tasks” with very few samples by fine-tuning from this initialization. Although successful in practice, theoretical understanding of such me…

2021

AdCo: Adversarial Contrast for Efficient Learning of Unsupervised Representations From Self-Trained Negative Adversaries

CVPR 2021poster

Contrastive learning relies on constructing a collection of negative examples that are sufficiently hard to discriminate against positive queries when their representations are self-trained. Existing contrastive learning methods either maintain a queue of negative samples over mini-batches while onl…

Cited by 178PDFcodeScholar
2021

Few-Shot Learning via Learning the Representation, Provably

ICLR 2021poster

This paper studies few-shot learning via representation learning, where one uses $T$ source tasks with $n_1$ data per task to learn a representation in order to reduce the sample complexity of a target task for which there is only $n_2 (\ll n_1)$ data. Specifically, we focus on the setting where the…

Cited by 305SourcePDFScholar
2021

Knowing False Negatives: An Adversarial Training Method for Distantly Supervised Relation Extraction

EMNLP 2021main

Distantly supervised relation extraction (RE) automatically aligns unstructured text with relation instances in a knowledge base (KB). Due to the incompleteness of current KBs, sentences implying certain relations may be annotated as N/A instances, which causes the so-called false negative (FN) prob…

2021

RGLN: Robust Residual Graph Learning Networks via Similarity-Preserving Mapping on Graphs

ICASSP 2021accepted

Graph Convolutional Neural Networks (GCNNs) extend CNNs to irregular graph data domain, such as brain networks, citation networks and 3D point clouds. It is critical to identify an appropriate graph for basic operations in GCNNs. Existing methods often manually construct or learn one fixed graph bas…

Cited by 0SourceScholar
2021

Score-Based Point Cloud Denoising

ICCV 2021poster

Point clouds acquired from scanning devices are often perturbed by noise, which affects downstream tasks such as surface reconstruction and analysis. The distribution of a noisy point cloud can be viewed as the distribution of a set of noise-free samples p(x) convolved with some noise model n, leadi…

Cited by 211PDFcodeScholar
2021

When is particle filtering efficient for planning in partially observed linear dynamical systems?

UAI 2021poster

Particle filtering is a popular method for inferring latent states in stochastic dynamical systems, whose theoretical properties have been well studied in machine learning and statistics communities. In many control problems, e.g., partially observed linear dynamical systems (POLDS), oftentimes the…

Cited by 1SourcePDFScholar
2020

Edge-aware Graph Representation Learning and Reasoning for Face Parsing

ECCV 2020poster

Face parsing infers a pixel-wise label to each facial component, which has drawn much attention recently. Previous methods have shown their efficiency in face parsing, which however overlook the correlation among different face regions. The correlation is a critical clue about the facial appearance,…

2020

GraphTER: Unsupervised Learning of Graph Transformation Equivariant Representations via Auto-Encoding Node-Wise Transformations

CVPR 2020poster

Recent advances in Graph Convolutional Neural Networks (GCNNs) have shown their efficiency for nonEuclidean data on graphs, which often require a large amount of labeled data with high cost. It it thus critical to learn graph feature representations in an unsupervised manner in practice. To this end…

Cited by 56PDFcodeScholar
2020

Provable Benefit of Orthogonal Initialization in Optimizing Deep Linear Networks

ICLR 2020poster

The selection of initial parameter values for gradient-based optimization of deep neural networks is one of the most impactful hyperparameter choices in deep learning systems, affecting both convergence times and model performance. Yet despite significant empirical and theoretical analysis, relative…

Cited by 157SourceScholar
2020

Simple and Effective Regularization Methods for Training on Noisily Labeled Data with Generalization Guarantee

ICLR 2020poster

Over-parameterized deep neural networks trained by simple first-order methods are known to be able to fit any labeling of data. Such over-fitting ability hinders generalization when mislabeled training examples are present. On the other hand, simple regularization methods like early-stopping can oft…

Cited by 91SourceScholar
2020

The Surprising Simplicity of the Early-Time Learning Dynamics of Neural Networks

NeurIPS 2020spotlight

Modern neural networks are often regarded as complex black-box functions whose behavior is difficult to understand owing to their nonlinear dependence on the data and the nonconvexity in their loss landscapes. In this work, we show that these common perceptions can be completely false in the early p…

2020

π-Map: A Decision-Based Sensor Fusion with Global Optimization for Indoor Mapping

IROS 2020poster

In this paper, we propose π-map, a tightly coupled fusion mechanism that dynamically consumes LiDAR and sonar data to generate reliable and scalable indoor maps for autonomous robot navigation. The key novelty of π-map over previous attempts is the utilization of a fusion mechanism that works in thr…

Cited by 3SourceScholar
2019

A Convergence Analysis of Gradient Descent for Deep Linear Neural Networks

ICLR 2019poster

We analyze speed of convergence to global optimum for gradient descent training a deep linear neural network by minimizing the L2 loss over whitened data. Convergence at a linear rate is guaranteed when the following hold: (i) dimensions of hidden layers are at least the minimum of the input and ou…

Cited by 322SourcePDFScholar
2019

Explaining Landscape Connectivity of Low-cost Solutions for Multilayer Nets

NeurIPS 2019poster

Mode connectivity is a surprising phenomenon in the loss landscape of deep nets. Optima---at least those discovered by gradient-based optimization---turn out to be connected by simple paths on which the loss function is almost constant. Often, these paths can be chosen to be piece-wise linear, with…

2019

Fine-Grained Analysis of Optimization and Generalization for Overparameterized Two-Layer Neural Networks

ICML 2019oral

Recent works have cast some light on the mystery of why deep nets fit any data and generalize despite being very overparametrized. This paper analyzes training and generalization for a simple 2-layer ReLU net with random initialization, and provides the following improvements over recent works: (i)…

Cited by 1183SourcePDFScholar
2019

Implicit Regularization in Deep Matrix Factorization

NeurIPS 2019spotlight

Efforts to understand the generalization mystery in deep learning have led to the belief that gradient-based optimization induces a form of implicit regularization, a bias towards models of low "complexity." We study the implicit regularization of gradient descent over deep linear neural networks f…

2019

Learning to Exploit Long-term Relational Dependencies in Knowledge Graphs

ICML 2019oral

We study the problem of knowledge graph (KG) embedding. A widely-established assumption to this problem is that similar entities are likely to have similar relational roles. However, existing related methods derive KG embeddings mainly based on triple-level learning, which lack the capability of cap…

2019

Linear Convergence of the Primal-Dual Gradient Method for Convex-Concave Saddle Point Problems without Strong Convexity

AISTATS 2019poster

We consider the convex-concave saddle point problem $\min_{x}\max_{y} f(x)+y^\top A x-g(y)$ where $f$ is smooth and convex and $g$ is smooth and strongly convex. We prove that if the coupling matrix $A$ has full column rank, the vanilla primal-dual gradient method can achieve linear convergence even…

Cited by 147SourcePDFScholar
2019

On Exact Computation with an Infinitely Wide Neural Net

NeurIPS 2019spotlight

How well does a classic deep net architecture like AlexNet or VGG19 classify on a standard dataset such as CIFAR-10 when its “width”— namely, number of channels in convolutional layers, and number of nodes in fully-connected internal layers — is allowed to increase to infinity? Such questions have c…

2018

Algorithmic Regularization in Learning Deep Homogeneous Models: Layers are Automatically Balanced

NeurIPS 2018poster

We study the implicit regularization imposed by gradient descent for learning multi-layer homogeneous functions including feed-forward fully connected and convolutional deep neural networks with linear, ReLU or Leaky ReLU activation. We rigorously prove that gradient flow (i.e. gradient descent with…

Cited by 269SourcePDFScholar
2018

Cluster-Based Point Cloud Coding with Normal Weighted Graph Fourier Transform

ICASSP 2018accepted

Point cloud has attracted more and more attention in 3D object representation, especially in free-view rendering. However, it is challenging to efficiently deploy the point cloud due to its huge data amount with multiple attributes including coordinates, normal and color. In order to represent point…

Cited by 0SourceScholar
2018

PCAOT: A Manhattan Point Cloud Registration Method Towards Large Rotation and Small Overlap

IROS 2018poster

Point cloud registration is a popular research topic and has been widely used in many tasks, such as robot mapping and localization. It is a challenging problem when the overlap is small, or the rotation is large. The problem has not been well solved by existing methods such as the iterative closest…

Cited by 9SourceScholar
2017

Linear Convergence of a Frank-Wolfe Type Algorithm over Trace-Norm Balls

NeurIPS 2017spotlight

We propose a rank-k variant of the classical Frank-Wolfe algorithm to solve convex optimization over a trace-norm ball. Our algorithm replaces the top singular-vector computation (1-SVD) in Frank-Wolfe with a top-k singular-vector computation (k-SVD), which can be done by repeatedly applying 1-SVD k…

Cited by 69SourcePDFScholar
2016

Combinatorial Multi-Armed Bandit with General Reward Functions

NeurIPS 2016poster

In this paper, we study the stochastic combinatorial multi-armed bandit (CMAB) framework that allows a general nonlinear reward function, whose expected value may not depend only on the means of the input random variables but possibly on the entire distributions of these variables. Our framework ena…

Cited by 175SourcePDFScholar