← Search

Hong Chen

122 accepted papers

2026

CURVE: Learning Causality-Inspired Invariant Representations for Robust Scene Understanding via Uncertainty-Guided Regularization

ICML 2026poster

Scene graphs provide structured abstractions for scene understanding, yet they often overfit to spurious correlations, severely hindering out-of-distribution generalization. To address this limitation, we propose CURVE, a causality-inspired framework that integrates variational uncertainty modeling …

Cited by 0SourceScholar
2026

Cannistraci-Hebb Training on Ultra-Sparse Spiking Neural Networks

ICLR 2026poster

Inspired by the brain's spike-based computation, spiking neural networks (SNNs) inherently possess temporal activation sparsity. However, when it comes to the sparse training of SNNs in the structural connection domain, existing methods fail to achieve ultra-sparse network structures without signifi…

Cited by 0SourceScholar
2026

Cross-Scale Collaboration between LLMs and Lightweight Sequential Recommenders with Domain-Specific Latent Reasoning

AAAI 2026technical

Sequential recommendation aims to predict the next item based on historical interactions. To further enhance the reasoning capability in sequential recommendation, LLMs are employed to predict the next item or generate semantic IDs for item representation, given LLMs

Cited by 0SourcePDFScholar
2026

Deconstructing Pre-training: Knowledge Attribution Analysis in MoE and Dense Models

AAAI 2026technical

Mixture-of-Experts (MoE) architectures decouple model capacity from per-token computation, enabling scaling beyond the computational limits imposed by dense scaling laws. Yet how MoE architectures shape knowledge acquisition during pre-training—and how this process differs from dense architectures—r

Cited by 0SourcePDFScholar
2026

D²-VPR: A Parameter-efficient Visual-foundation-model-based Visual Place Recognition Method via Knowledge Distillation and Deformable Aggregation

AAAI 2026technical

Visual Place Recognition (VPR) aims to determine the geographic location of a query image by retrieving its most visually similar counterpart from a geo-tagged reference database. Recently, the emergence of the powerful visual foundation model, DINOv2, trained in a self-supervised manner on massive

Cited by 0SourcePDFScholar
2026

Enhanced Privacy Leakage from Noise-Perturbed Gradients via Gradient-Guided Conditional Diffusion Models

AAAI 2026technical

Federated learning synchronizes models through gradient transmission and aggregation. However, these gradients pose significant privacy risks, as sensitive training data is embedded within them. Existing gradient inversion attacks suffer from significantly degraded reconstruction performance when gr

Cited by 0SourcePDFScholar
2026

Open-Ended Instruction Realization with LLM-Enabled Multi-Planner Scheduling in Autonomous Vehicles

CVPR 2026

Most Human-Machine Interaction (HMI) research overlooks the maneuvering needs of passengers in autonomous driving (AD). Natural language offers an intuitive interface, yet translating passenger open-ended instructions into control signals--without sacrificing interpretability and traceability--remai

Cited by 0SourceScholar
2026

OralGPT-Plus: Learning to Use Visual Tools via Reinforcement Learning for Panoramic X-ray Analysis

CVPR 2026

Panoramic dental radiographs require fine-grained spatial reasoning, bilateral symmetry understanding, and multi-step diagnostic verification, yet existing vision-language models operate under a static single-pass paradigm that limits their clinical reliability. In this paper, we introduce OralGPT-P

Cited by 0SourcecodeScholar
2026

Reasoning Diffusion for Unpaired Test Time Out-of-distribution Text-Image to Video Generation

CVPR 2026

Text-image to video generation aims to synthesize a video conditioned on the given text-image inputs. Nevertheless, existing methods generally assume that the semantic information carried in the input text and image tends to be perfectly paired and temporally aligned, occurring simultaneously in the

Cited by 0SourceScholar
2026

Semantic Integrity Matters: Benchmarking and Preserving High-Density Reasoning in KV Cache Compression

ICML 2026poster

While Key-Value (KV) cache compression is essential for efficient LLM inference, current evaluations disproportionately focus on \textbf{sparse retrieval} tasks, potentially masking the degradation of High-Density Reasoning where Chain-of-Thought (CoT) coherence is critical. We introduce KVFundaBenc…

Cited by 0SourceScholar
2026

Towards Understanding Generalization of Federated Adversarial Learning: Perspective of Algorithmic Stability

ICML 2026poster

Federated Adversarial Learning (FAL) enhances model robustness by integrating adversarial training into the federated learning framework. Despite recent advances proposing efficient FAL algorithms, existing work has mainly focused on convergence properties, with limited understanding of their genera…

Cited by 0SourceScholar
2026

UltraHorizon: Benchmarking LLM-Agent Capabilities in Ultra Long-Horizon Scenarios

ICML 2026poster

Autonomous agents have recently achieved remarkable progress across diverse domains, yet most evaluations focus on short-horizon, fully observable tasks. In contrast, many critical real-world tasks, such as large-scale software development, commercial investment, and scientific discovery, unfold in …

Cited by 0SourceScholar
2026

UniReg: A Unified Information Aggregation Framework for Robust Point Cloud Registration

RA-L 2026

Learning discriminative point-wise representations remains the central challenge in scene-level, correspondence-based point cloud registration. Most existing methods process two frames independently during the early stage and introduce cross-frame interaction only at coarsest stages. Such delayed in

Cited by 0SourceScholar
2025

A Statistical Approach for Controlled Training Data Detection

ICLR 2025poster

Detecting training data for large language models (LLMs) is receiving growing attention, especially in applications requiring high reliability. While numerous efforts have been made to address this issue, they typically focus on accuracy without ensuring controllable results. To fill this gap, we pr…

Cited by 0SourcePDFScholar
2025

Adversarial Training for Graph Convolutional Networks: Stability and Generalization Analysis

IJCAI 2025

Recently, numerous methods have been proposed to enhance the robustness of the Graph Convolutional Networks (GCNs) for their vulnerability against adversarial attacks. Despite their empirical success, a significant gap remains in understanding GCNs' adversarial robustness from the theoretical perspe

Cited by 0SourcePDFScholar
2025

Behavior Importance-Aware Graph Neural Architecture Search for Cross-Domain Recommendation

AAAI 2025technical

Cross-domain recommendation (CDR) mitigates data sparsity and cold-start issues in recommendation systems. While recent CDR approaches using graph neural networks (GNNs) capture complex user-item interactions, they rely on manually designed architectures that are often suboptimal and labor-intensive…

2025

Causally Modeling the Linguistic and Social Factors that Predict Email Response

NAACL 2025long

Email is a vital conduit for human communication across businesses, organizations, and broader societal contexts. In this study, we aim to model the intents, expectations, and responsiveness in email exchanges. To this end, we release SIZZLER, a new dataset containing 1800 emails annotated with nuan…

Cited by 0SourcePDFScholar
2025

Co-MTP: A Cooperative Trajectory Prediction Framework with Multi-Temporal Fusion for Autonomous Driving

ICRA 2025

Vehicle-to-everything technologies (V2X) have become an ideal paradigm to extend the perception range and see through the occlusion. Exiting efforts focus on single-frame cooperative perception, however, how to capture the temporal cue between frames with V2X to facilitate the prediction task even t

Cited by 16SourcecodeScholar
2025

DU-PMVS: Learned Patchmatch Multi-View Stereo Based on Deformable Feature Pyramid and Uncertainty Awareness Modeling

ICASSP 2025accepted

Multi-View Stereo is widely utilized for reconstructing the dense geometric structure of objects from multiple viewpoints. Recently, learning-based PatchMatch MVS methods have attracted significant attention due to their high efficiency and accuracy. However, existing methods neglect the constraints…

Cited by 0SourceScholar
2025

Dynamic Mixture of Curriculum LoRA Experts for Continual Multimodal Instruction Tuning

ICML 2025poster

Continual multimodal instruction tuning is crucial for adapting Multimodal Large Language Models (MLLMs) to evolving tasks. However, most existing methods adopt a fixed architecture, struggling with adapting to new tasks due to static model capacity. We propose to evolve the architecture under param…

Cited by 0SourcePDFScholar
2025

Error Analysis Affected by Heavy-Tailed Gradients for Non-Convex Pairwise Stochastic Gradient Descent

AAAI 2025technical

In recent years, there have been a growing number of works studying the generalization properties of stochastic gradient descent (SGD) from the perspective of algorithmic stability. However, few of them devote to simultaneously studying the generalization and optimization for the non-convex setting,…

Cited by 0SourcePDFScholar
2025

Harnessing and Evaluating the Intrinsic Extrapolation Ability of Large Language Models for Vehicle Trajectory Prediction

NAACL 2025long

Emergent abilities of large language models (LLMs) have significantly advanced their application in autonomous vehicle (AV) research. Safe integration of LLMs into vehicles, however, necessitates their thorough understanding of dynamic traffic environments. Towards this end, this study introduces a…

Cited by 0SourcePDFScholar
2025

How does Labeling Error Impact Contrastive Learning? A Perspective from Data Dimensionality Reduction

ICML 2025poster

In recent years, contrastive learning has achieved state-of-the-art performance in the territory of self-supervised representation learning. Many previous works have attempted to provide the theoretical understanding underlying the success of contrastive learning. Almost all of them rely on a defau…

Cited by 0SourcePDFScholar
2025

Knockoffs Inference for Partially Linear Models with Automatic Structure Discovery

AAAI 2025technical

Partially linear models (PLM) have attracted much attention in the field of statistical machine learning. Specially, the ability of variable selection of PLM has been studied extensively due to the high requirement of model interpretability. However, few of the existing works concerns the false disc…

Cited by 0SourcePDFScholar
2025

Modular-Cam: Modular Dynamic Camera-view Video Generation with LLM

AAAI 2025technical

Text-to-Video generation, which utilizes the provided text prompt to generate high-quality videos, has drawn increasing attention and achieved great success due to the development of diffusion models recently. Existing methods mainly rely on a pre-trained text encoder to capture the semantic informa…

2025

Modularized Self-Reflected Video Reasoner for Multimodal LLM with Application to Video Question Answering

ICML 2025poster

Multimodal Large Language Models (Multimodal LLMs) have shown their strength in Video Question Answering (VideoQA). However, due to the black-box nature of end-to-end training strategies, existing approaches based on Multimodal LLMs suffer from the lack of interpretability for VideoQA: they can neit…

Cited by 0SourcePDFScholar
2025

On the Generalization Ability of Next-Token-Prediction Pretraining

ICML 2025poster

Large language models (LLMs) have demonstrated remarkable potential in handling natural language processing (NLP) tasks and beyond. LLMs usually can be categorized as transformer decoder-only models (DOMs), utilizing Next-Token-Prediction (NTP) as their pre-training methodology. Despite their tremen…

Cited by 0SourcePDFScholar
2025

P2 Law: Scaling Law for Post-Training After Model Pruning

ACL 2025long

Pruning has become a widely adopted technique for reducing the hardware requirements of large language models (LLMs). To recover model performance after pruning, post-training is commonly employed to mitigate the resulting performance degradation. While post-training benefits from larger datasets, o…

Cited by 0SourcePDFScholar
2025

Personalized Clustering via Targeted Representation Learning

AAAI 2025technical

Clustering traditionally aims to reveal a natural grouping structure within unlabeled data. However, this structure may not always align with users' preferences. In this paper, we propose a personalized clustering method that explicitly performs targeted representation learning by interacting with u…

2025

Prototypical Replay with Old-class Focusing Knowledge Distillation for Incremental Named Entity Recognition

AAAI 2025technical

Catastrophic forgetting is a key challenge in incremental named entity recognition (INER). Existing methods often address this issue through distillation-based approaches, which involve transferring previously learned knowledge from the old model to the new one. However, these methods may not fully…

Cited by 0SourcePDFScholar
2025

Rethinking Key-frame-based Micro-expression Recognition: A Robust and Accurate Framework Against Key-frame Errors

ICCV 2025poster

Micro-expression recognition (MER) is a highly challenging task in affective computing. With the reduced-sized micro-expression (ME) input that contains key information based on key-frame indexes, key-frame-based methods have significantly improved the performance of MER. However, most of these meth…

2025

SAM Decoding: Speculative Decoding via Suffix Automaton

ACL 2025long

Speculative decoding (SD) has been demonstrated as an effective technique for lossless LLM inference acceleration.Retrieval-based SD methods, one kind of model-free method, have yielded promising speedup, but they often rely on single retrieval resources, inefficient retrieval methods, and are const…

2025

Streamlining Redundant Layers to Compress Large Language Models

ICLR 2025spotlight

This paper introduces LLM-Streamline, a pioneer work on layer pruning for large language models (LLMs). It is based on the observation that different layers have varying impacts on hidden states, enabling the identification of less important layers to be pruned. LLM-Streamline comprises two parts:…

2025

The Noisy Path from Source to Citation: Measuring How Scholars Engage with Past Research

ACL 2025long

Academic citations are widely used for evaluating research and tracing knowledge flows. Such uses typically rely on raw citation counts and neglect variability in citation types. In particular, citations can vary in their fidelity as original knowledge from cited studies may be paraphrased, summariz…

2025

Towards Generalization Bounds of GCNs for Adversarially Robust Node Classification

ICLR 2025poster

Adversarially robust generalization of Graph Convolutional Networks (GCNs) has garnered significant attention in various security-sensitive application areas, driven by intrinsic adversarial vulnerability. Albeit remarkable empirical advancement, theoretical understanding of the generalization behav…

Cited by 0SourcePDFScholar
2025

Trajectory-Dependent Generalization Bounds for Pairwise Learning with φ-mixing Samples

IJCAI 2025

Recently, the mathematical tool from fractal geometry (i.e., fractal dimension) has been employed to investigate optimization trajectory-dependent generalization ability for some pointwise learning models with independent and identically distributed (i.i.d.) observations. This paper goes beyond the

Cited by 0SourcePDFScholar
2025

Unsupervised Learning for Class Distribution Mismatch

ICML 2025poster

Class distribution mismatch (CDM) refers to the discrepancy between class distributions in training data and target tasks. Previous methods address this by designing classifiers to categorize classes known during training, while grouping unknown or new classes into an "other" category. However, they…

2024

AntCritic: Argument Mining for Free-Form and Visually-Rich Financial Comments

COLING 2024main

Argument mining aims to detect all possible argumentative components and identify their relationships automatically. As a thriving task in natural language processing, there has been a large amount of corpus for academic study and application development in this field. However, the research in this…

2024

CurBench: Curriculum Learning Benchmark

ICML 2024poster

Curriculum learning is a training paradigm where machine learning models are trained in a meaningful order, inspired by the way humans learn curricula. Due to its capability to improve model generalization and convergence, curriculum learning has gained considerable attention and has been widely app…

2024

DB-LLM: Accurate Dual-Binarization for Efficient LLMs

ACL 2024findings

Large language models (LLMs) have significantly advanced the field of natural language processing, while the expensive memory and computation consumption impede their practical deployment. Quantization emerges as one of the most effective methods for improving the computational efficiency of LLMs. H…

2024

DisenBooth: Identity-Preserving Disentangled Tuning for Subject-Driven Text-to-Image Generation

ICLR 2024poster

Subject-driven text-to-image generation aims to generate customized images of the given subject based on the text descriptions, which has drawn increasing attention. Existing methods mainly resort to finetuning a pretrained generative model, where the identity-relevant information (e.g., the boy) an…

2024

Disentangled Continual Graph Neural Architecture Search with Invariant Modular Supernet

ICML 2024poster

The existing graph neural architecture search (GNAS) methods assume that the graph tasks are static during the search process, ignoring the ubiquitous scenarios where sequential graph tasks come in a continual fashion. Moreover, existing GNAS works resort to entangled graph factors during the archit…

Cited by 10SourcePDFScholar
2024

Diversifying Question Generation over Knowledge Base via External Natural Questions

COLING 2024main

Previous methods on knowledge base question generation (KBQG) primarily focus on refining the quality of a single generated question. However, considering the remarkable paraphrasing ability of humans, we believe that diverse texts can express identical semantics through varied expressions. The abov…

2024

Dynamic Cues-Assisted Transformer for Robust Point Cloud Registration

CVPR 2024highlight

Point Cloud Registration is a critical and challenging task in computer vision. Recent advancements have predominantly embraced a coarse-to-fine matching mechanism with the key to matching the superpoints located in patches with inter-frame consistent structures. However previous methods still face…

Cited by 8SourcePDFScholar
2024

Fine-grained Analysis of Stability and Generalization for Stochastic Bilevel Optimization

IJCAI 2024poster

Stochastic bilevel optimization (SBO) has been integrated into many machine learning paradigms recently including hyperparameter optimization, meta learning, reinforcement learning, etc. Along with the wide range of applications, there have been abundant studies on concerning the computing behavi…

Cited by 1SourcePDFScholar
2024

How Does Black-Box Impact the Learning Guarantee of Stochastic Compositional Optimization?

NeurIPS 2024poster

Stochastic compositional optimization (SCO) problem constitutes a class of optimization problems characterized by the objective function with a compositional form, including the tasks with known derivatives, such as AUC maximization, and the derivative-free tasks exemplified by black-box vertical fe…

Cited by 0SourcePDFScholar
2024

Negative Label Guided OOD Detection with Pretrained Vision-Language Models

ICLR 2024spotlight

Out-of-distribution (OOD) detection aims at identifying samples from unknown classes, playing a crucial role in trustworthy models against errors on unexpected inputs. Extensive research has been dedicated to exploring OOD detection in the vision modality. {Vision-language models (VLMs) can lever…

2024

PCQPR: Proactive Conversational Question Planning with Reflection

EMNLP 2024main

Conversational Question Generation (CQG) enhances the interactivity of conversational question-answering systems in fields such as education, customer service, and entertainment. However, traditional CQG, focusing primarily on the immediate context, lacks the conversational foresight necessary to gu…

Cited by 2SourcePDFScholar
2024

PTQ4SAM: Post-Training Quantization for Segment Anything

CVPR 2024poster

Segment Anything Model (SAM) has achieved impressive performance in many computer vision tasks. However as a large-scale model the immense memory and computation costs hinder its practical deployment. In this paper we propose a post-training quantization (PTQ) framework for Segment Anything Model na…

2024

Post-training Quantization with Progressive Calibration and Activation Relaxing for Text-to-Image Diffusion Models

ECCV 2024poster

"High computational overhead is a troublesome problem for diffusion models. Recent studies have leveraged post-training quantization (PTQ) to compress diffusion models. However, most of them only focus on unconditional models, leaving the quantization of widely-used pretrained text-to-image models,…

2024

Rethinking Information-theoretic Generalization: Loss Entropy Induced PAC Bounds

ICLR 2024poster

Information-theoretic generalization analysis has achieved astonishing success in characterizing the generalization capabilities of noisy and iterative learning algorithms. However, current advancements are mostly restricted to average-case scenarios and necessitate the stringent bounded loss assump…

Cited by 2SourcePDFScholar
2024

SAM-DEBLUR: Let Segment Anything Boost Image Deblurring

ICASSP 2024accepted

Image deblurring is a critical task in the field of image restoration, aiming to eliminate blurring artifacts. However, the challenge of addressing non-uniform blurring leads to an ill-posed problem, which limits the generalization performance of existing deblurring models. To solve the problem, we…

Cited by 0SourceScholar
2024

SGSH: Stimulate Large Language Models with Skeleton Heuristics for Knowledge Base Question Generation

NAACL 2024findings

Knowledge base question generation (KBQG) aims to generate natural language questions from a set of triplet facts extracted from KB. Existing methods have significantly boosted the performance of KBQG via pre-trained language models (PLMs) thanks to the richly endowed semantic knowledge. With the ad…

2024

Sample Design Engineering: An Empirical Study on Designing Better Fine-Tuning Samples for Information Extraction with LLMs

EMNLP 2024industry

Large language models (LLMs) have achieved significant leadership in many NLP tasks, but aligning structured output with generative models in information extraction (IE) tasks remains a challenge. Prompt Engineering (PE) is renowned for improving IE performance through prompt modifications. However,…

2024

Towards Generalization beyond Pointwise Learning: A Unified Information-theoretic Perspective

ICML 2024poster

The recent surge in contrastive learning has intensified the interest in understanding the generalization of non-pointwise learning paradigms. While information-theoretic analysis achieves remarkable success in characterizing the generalization behavior of learning algorithms, its applicability is l…

Cited by 3SourcePDFScholar
2024

Towards Sharper Generalization Bounds for Adversarial Contrastive Learning

IJCAI 2024poster

Recently, the enhancement on the adversarial robustness of machine learning algorithms has gained significant attention across various application domains. Given the widespread label scarcity issue in real-world data, adversarial contrastive learning (ACL) has been proposed to adversarially train ro…

Cited by 1SourcePDFScholar
2024

Towards Stability and Generalization Bounds in Decentralized Minibatch Stochastic Gradient Descent

AAAI 2024technical

Decentralized Stochastic Gradient Descent (D-SGD) represents an efficient communication approach tailored for mastering insights from vast, distributed datasets. Inspired by parallel optimization paradigms, the incorporation of minibatch serves to diminish variance, consequently expediting the optim…

Cited by 3SourcePDFScholar
2024

VERIFIED: A Video Corpus Moment Retrieval Benchmark for Fine-Grained Video Understanding

NeurIPS 2024poster

Existing Video Corpus Moment Retrieval (VCMR) is limited to coarse-grained understanding that hinders precise video moment localization when given fine-grained queries. In this paper, we propose a more challenging fine-grained VCMR benchmark requiring methods to localize the best-matched moment from…

2023

A Generation-based Deductive Method for Math Word Problems

EMNLP 2023long main

Math word problems (MWP) involving advanced operators such as linear equation solver cannot be easily tackled by earlier MWP methods, because the existing generation methods suffer from repeated sub-expression generation and deductive methods are restricted to dealing with binary operations. This pa…

Cited by 0SourcecodeScholar
2023

Adversarial Driving Behavior Generation Incorporating Human Risk Cognition for Autonomous Vehicle Evaluation

IROS 2023poster

Autonomous vehicle (AV) evaluation has been the subject of increased interest in recent years both in industry and in academia. This paper focuses on the development of a novel framework for generating adversarial driving behavior of background vehicle interfering against the AV to expose effective…

Cited by 1SourceScholar
2023

Curriculum Co-disentangled Representation Learning across Multiple Environments for Social Recommendation

ICML 2023poster

There exist complex patterns behind the decision-making processes of different individuals across different environments. For instance, in a social recommender system, various user behaviors are driven by highly entangled latent factors from two environments, i.e., consuming environment where users…

Cited by 24SourcePDFScholar
2023

Curriculum Multi-Negative Augmentation for Debiased Video Grounding

AAAI 2023technical

Video Grounding (VG) aims to locate the desired segment from a video given a sentence query. Recent studies have found that current VG models are prone to over-rely the groundtruth moment annotation distribution biases in the training set. To discourage the standard VG model's behavior of exploiting…

2023

DIRE for Diffusion-Generated Image Detection

ICCV 2023poster

Diffusion models have shown remarkable success in visual synthesis, but have also raised concerns about potential abuse for malicious purposes. In this paper, we seek to build a detector for telling apart real images from diffusion-generated images. We find that existing detectors struggle to detect…

Cited by 221PDFcodeScholar
2023

Detecting Out-of-distribution Data through In-distribution Class Prior

ICML 2023poster

Given a pre-trained in-distribution (ID) model, the inference-time out-of-distribution (OOD) detection aims to recognize OOD data during the inference stage. However, some representative methods share an unproven assumption that the probability that OOD data belong to every ID class should be the sa…

2023

Echo of Neighbors: Privacy Amplification for Personalized Private Federated Learning with Shuffle Model

AAAI 2023technical

Federated Learning, as a popular paradigm for collaborative training, is vulnerable against privacy attacks. Different privacy levels regarding users' attitudes need to be satisfied locally, while a strict privacy guarantee for the global model is also required centrally. Personalized Local Differen…

Cited by 13SourcePDFScholar
2023

FC-KBQA: A Fine-to-Coarse Composition Framework for Knowledge Base Question Answering

ACL 2023long

The generalization problem on KBQA has drawn considerable attention. Existing research suffers from the generalization issue brought by the entanglement in the coarse-grained modeling of the logical expression, or inexecutability issues due to the fine-grained modeling of disconnected classes and re…

2023

Fine-Grained Theoretical Analysis of Federated Zeroth-Order Optimization

NeurIPS 2023poster

Federated zeroth-order optimization (FedZO) algorithm enjoys the advantages of both zeroth-order optimization and federated learning, and has shown exceptional performance on black-box attack and softmax regression tasks. However, there is no generalization analysis for FedZO, and its analysis on co…

Cited by 10SourcePDFScholar
2023

Generalization Bounds for Adversarial Metric Learning

IJCAI 2023poster

Recently, adversarial metric learning has been proposed to enhance the robustness of the learned distance metric against adversarial perturbations. Despite rapid progress in validating its effectiveness empirically, theoretical guarantees on adversarial robustness and generalization are far less und…

Cited by 1SourcePDFScholar
2023

Joint Data-Task Generation for Auxiliary Learning

NeurIPS 2023poster

Current auxiliary learning methods mainly adopt the methodology of reweighing losses for the manually collected auxiliary data and tasks. However, these methods heavily rely on domain knowledge during data collection, which may be hardly available in reality. Therefore, current methods will become l…

Cited by 3SourcePDFScholar
2023

Multi-task Graph Neural Architecture Search with Task-aware Collaboration and Curriculum

NeurIPS 2023poster

Graph neural architecture search (GraphNAS) has shown great potential for automatically designing graph neural architectures for graph related tasks. However, multi-task GraphNAS capable of handling multiple tasks simultaneously has been largely unexplored in literature, posing great challenges to c…

Cited by 13SourcePDFScholar
2023

On the Stability and Generalization of Triplet Learning

AAAI 2023technical

Triplet learning, i.e. learning from triplet data, has attracted much attention in computer vision tasks with an extremely large number of categories, e.g., face recognition and person re-identification. Albeit with rapid progress in designing and applying triplet learning algorithms, there is a lac…

Cited by 5SourcePDFScholar
2023

Precognition in Contextual Spoken Language Understanding via Knowledge Distillation

ICASSP 2023accepted

Task-oriented dialogue systems have become overwhelmingly popular in recent researches. Spoken Language Understanding (SLU) is widely used to extract the semantics frame of user queries and comprehend users’ intent/emotion/dialogue state in task-oriented dialogue systems. Most previous works on such…

Cited by 0SourceScholar
2023

RESDSQL: Decoupling Schema Linking and Skeleton Parsing for Text-to-SQL

AAAI 2023technical

One of the recent best attempts at Text-to-SQL is the pre-trained language model. Due to the structural property of the SQL queries, the seq2seq model takes the responsibility of parsing both the schema items (i.e., tables and columns) and the skeleton (i.e., SQL keywords). Such coupled targets incr…

2023

Robust and Fast Measure of Information via Low-Rank Representation

AAAI 2023technical

The matrix-based Rényi's entropy allows us to directly quantify information measures from given data, without explicit estimation of the underlying probability distribution. This intriguing property makes it widely applied in statistical inference and machine learning tasks. However, this informatio…

2023

Semi-Supervised Learning via Weight-Aware Distillation under Class Distribution Mismatch

ICCV 2023poster

Semi-Supervised Learning (SSL) under class distribution mismatch aims to tackle a challenging problem wherein unlabeled data contain lots of unknown categories unseen in the labeled ones. In such mismatch scenarios, traditional SSL suffers severe performance damage due to the harmful invasion of the…

Cited by 9PDFcodeScholar
2023

Stability-Based Generalization Analysis for Mixtures of Pointwise and Pairwise Learning

AAAI 2023technical

Recently, some mixture algorithms of pointwise and pairwise learning (PPL) have been formulated by employing the hybrid error metric of “pointwise loss + pairwise loss” and have shown empirical effectiveness on feature selection, ranking and recommendation tasks. However, to the best of our knowledg…

Cited by 3SourcePDFScholar
2023

Superclass Learning With Representation Enhancement

CVPR 2023poster

In many real scenarios, data are often divided into a handful of artificial super categories in terms of expert knowledge rather than the representations of images. Concretely, a superclass may contain massive and various raw categories, such as refuse sorting. Due to the lack of common semantic fea…

Cited by 5SourcePDFScholar
2023

Temporal-Coded Spiking Neural Networks with Dynamic Firing Threshold: Learning with Event-Driven Backpropagation

ICCV 2023poster

Spiking Neural Networks (SNNs) offer a highly promising computing paradigm due to their biological plausibility, exceptional spatiotemporal information processing capability and low power consumption. As a temporal encoding scheme for SNNs, Time-To-First-Spike (TTFS) encodes information using the ti…

Cited by 34PDFScholar
2023

Understanding the Generalization Ability of Deep Learning Algorithms: A Kernelized Rényi's Entropy Perspective

IJCAI 2023poster

Recently, information-theoretic analysis has become a popular framework for understanding the generalization behavior of deep neural networks. It allows a direct analysis for stochastic gradient / Langevin descent (SGD/SGLD) learning algorithms without strong assumptions such as Lipschitz or convexi…

2022

Character-centric Story Visualization via Visual Planning and Token Alignment

EMNLP 2022main

Story visualization advances the traditional text-to-image generation by enabling multiple image generation based on a complete story. This task requires machines to 1) understand long text inputs, and 2) produce a globally consistent image sequence that illustrates the contents of the story. A key…

2022

DSM: Question Generation over Knowledge Base via Modeling Diverse Subgraphs with Meta-learner

EMNLP 2022main

Existing methods on knowledge base question generation (KBQG) learn a one-size-fits-all model by training together all subgraphs without distinguishing the diverse semantics of subgraphs. In this work, we show that making use of the past experience on semantically similar subgraphs can reduce the le…

2022

Error-Based Knockoffs Inference for Controlled Feature Selection

AAAI 2022technical

Recently, the scheme of model-X knockoffs was proposed as a promising solution to address controlled feature selection under high-dimensional finite-sample settings. However, the procedure of model-X knockoffs depends heavily on the coefficient-based feature importance and only concerns the control…

Cited by 6SourcePDFScholar
2022

Exploring Binary Classification Hidden within Partial Label Learning

IJCAI 2022poster

Partial label learning (PLL) is to learn a discriminative model under incomplete supervision, where each instance is annotated with a candidate label set. The basic principle of PLL is that the unknown correct label y of an instance x resides in its candidate label set s, i.e., P(y ∈ s | x) = 1. On…

Cited by 3SourcePDFScholar
2022

Fldp: Flexible Strategy For Local Differential Privacy

ICASSP 2022accepted

Local differential privacy (LDP), a technique applying unbiased statistical estimations instead of real data, is often adopted in data collection. In particular, this technique is used in frequency oracles (FO) because it can protect each user’s privacy and prevent leakage of sensitive information.…

Cited by 0SourceScholar
2022

Go Back in Time: Generating Flashbacks in Stories with Event Temporal Prompts

NAACL 2022long

Stories or narratives are comprised of a sequence of events. To compose interesting stories, professional writers often leverage a creative writing technique called *flashback* that inserts past events into current storylines as we commonly observe in novels and plays. However, it is challenging for…

2022

Huber Additive Models for Non-stationary Time Series Analysis

ICLR 2022poster

Sparse additive models have shown promising flexibility and interpretability in processing time series data. However, existing methods usually assume the time series data to be stationary and the innovation is sampled from a Gaussian distribution. Both assumptions are too stringent for heavy-tailed a…

2022

Knowledge-augmented Self-training of A Question Rewriter for Conversational Knowledge Base Question Answering

EMNLP 2022finding

The recent rise of conversational applications such as online customer service systems and intelligent personal assistants has promoted the development of conversational knowledge base question answering (ConvKBQA). Different from the traditional single-turn KBQA, ConvKBQA usually explores multi-tur…

2022

Module-Aware Optimization for Auxiliary Learning

NeurIPS 2022accept

Auxiliary learning is a widely adopted practice in deep learning, which aims to improve the model performance on the primary task by exploiting the beneficial information in the auxiliary loss. Existing auxiliary learning methods only focus on balancing the auxiliary loss and the primary loss, ignor…

Cited by 8SourcePDFScholar
2022

NOC-REK: Novel Object Captioning With Retrieved Vocabulary From External Knowledge

CVPR 2022poster

Novel object captioning aims at describing objects absent from training data, with the key ingredient being the provision of object vocabulary to the model. Although existing methods heavily rely on an object detection model, we view the detection step as vocabulary retrieval from an external knowle…

Cited by 21PDFScholar
2022

Regularized Modal Regression on Markov-Dependent Observations: A Theoretical Assessment

AAAI 2022technical

Modal regression, a widely used regression protocol, has been extensively investigated in statistical and machine learning communities due to its robustness to outlier and heavy-tailed noises. Understanding modal regression's theoretical behavior can be fundamental in learning theory. Despite signif…

Cited by 1SourcePDFScholar
2022

StoryER: Automatic Story Evaluation via Ranking, Rating and Reasoning

EMNLP 2022main

Existing automatic story evaluation methods place a premium on story lexical level coherence, deviating from human preference.We go beyond this limitation by considering a novel Story Evaluation method that mimics human preference when judging a story, namely StoryER, which consists of three sub-tas…

2022

Subgraph Retrieval Enhanced Model for Multi-hop Knowledge Base Question Answering

ACL 2022long

Recent works on knowledge base question answering (KBQA) retrieve subgraphs for easier reasoning. The desired subgraph is crucial as a small one may exclude the answer but a large one might introduce more noises. However, the existing retrieval is either heuristic or interwoven with the reasoning, c…

2021

A Pretraining Numerical Reasoning Model for Ordinal Constrained Question Answering on Knowledge Base

EMNLP 2021finding

Knowledge Base Question Answering (KBQA) is to answer natural language questions posed over knowledge bases (KBs). This paper targets at empowering the IR-based KBQA models with the ability of numerical reasoning for answering ordinal constrained questions. A major challenge is the lack of explicit…

2021

Commonsense Knowledge Aware Concept Selection For Diverse and Informative Visual Storytelling

AAAI 2021technical

Visual storytelling is a task of generating relevant and interesting stories for given image sequences. In this work we aim at increasing the diversity of the generated stories while preserving the informative content from the images. We propose to foster the diversity and informativeness of a gener…

Cited by 49SourcePDFScholar
2021

Contrastive Coding for Active Learning Under Class Distribution Mismatch

ICCV 2021poster

Active learning (AL) is successful based on the assumption that labeled and unlabeled data are obtained from the same class distribution. However, its performance deteriorates under class distribution mismatch, wherein the unlabeled data contain many samples out of the class distribution of labeled…

Cited by 50PDFScholar
2021

Curriculum Disentangled Recommendation with Noisy Multi-feedback

NeurIPS 2021poster

Learning disentangled representations for user intentions from multi-feedback (i.e., positive and negative feedback) can enhance the accuracy and explainability of recommendation algorithms. However, learning such disentangled representations from multi-feedback data is challenging because i) multi…

2021

Distributed Ranking with Communications: Approximation Analysis and Applications

AAAI 2021technical

Learning theory of distributed algorithms has recently attracted enormous attention in the machine learning community. However, most of existing works focus on learning problem with pointwise loss and does not consider the communication among local processors. In this paper, we propose a new distrib…

Cited by 1SourcePDFScholar
2021

FLAME: Differentially Private Federated Learning in the Shuffle Model

AAAI 2021technical

Federated Learning (FL) is a promising machine learning paradigm that enables the analyzer to train a model without collecting users' raw data. To ensure users' privacy, differentially private federated learning has been intensively studied. The existing works are mainly based on the curator model o…

Cited by 115SourcePDFScholar
2021

Improving Privacy Guarantee and Efficiency of Latent Dirichlet Allocation Model Training Under Differential Privacy

EMNLP 2021finding

Latent Dirichlet allocation (LDA), a widely used topic model, is often employed as a fundamental tool for text analysis in various applications. However, the training process of the LDA model typically requires massive text corpus data. On one hand, such massive data may expose private information i…

Cited by 5SourcePDFScholar
2021

P-INT: A Path-based Interaction Model for Few-shot Knowledge Graph Completion

EMNLP 2021finding

Few-shot knowledge graph completion is to infer the unknown facts (i.e., query head-tail entity pairs) of a given relation with only a few observed reference entity pairs. Its general process is to first encode the implicit relation of an entity pair and then match the relation of a query entity pai…

2021

SciXGen: A Scientific Paper Dataset for Context-Aware Text Generation

EMNLP 2021finding

Generating texts in scientific papers requires not only capturing the content contained within the given input but also frequently acquiring the external information called context. We push forward the scientific text generation by proposing a new task, namely context-aware text generation in the sc…

Cited by 20SourcePDFScholar
2020

BERT-INT:A BERT-based Interaction Model For Knowledge Graph Alignment

IJCAI 2020poster

Knowledge graph alignment aims to link equivalent entities across different knowledge graphs. To utilize both the graph structures and the side information such as name, description and attributes, most of the works propagate the side information especially names through linked entities by graph neu…

2020

Multi-task Additive Models for Robust Estimation and Automatic Structure Discovery

NeurIPS 2020poster

Additive models have attracted much attention for high-dimensional regression estimation and variable selection. However, the existing models are usually limited to the single-task learning framework under the mean squared error (MSE) criterion, where the utilization of variable structure depends he…

Cited by 17SourcePDFScholar
2018

Geographic Language Models for Automatic Speech Recognition

ICASSP 2018accepted

In this paper, we propose improving automatic speech recognition (ASR) accuracy for local points of interest (POI) by leveraging a geo-specific language model (Geo-LM). Geographic regions are defined according to U.S. Census Bureau Combined Statistical Areas. Depending on the user's associated geogr…

Cited by 0SourceScholar
2017

Regularized Modal Regression with Applications in Cognitive Impairment Prediction

NeurIPS 2017poster

Linear regression models have been successfully used to function estimation and model selection in high-dimensional data analysis. However, most existing methods are built on least squares with the mean square error (MSE) criterion, which are sensitive to outliers and their performance may be degrad…

Cited by 41SourcePDFScholar