← Search

YANG WANG

256 accepted papers

2026

AES: Curing Optimizer Blindness in Long-Tailed Recognition via State-Aware Correction

ICML 2026poster

Long-tailed recognition fundamentally suffers from optimizer blindness where the optimization process mistakenly conflates the magnitude of gradient accumulation with the scarcity of semantic information. Existing strategies relying on static frequency-based priors fail to correct this bias and resu…

Cited by 0SourceScholar
2026

Agile and Controllable Omnidirectional Fast-Start Maneuvers of Robotic Fish Via Bio-Inspired Reinforcement Learning

ICRA 2026poster

Fast-start maneuvers—exemplified by the C-start in fish—represent a highly agile and very attractive locomotor strategy that requires precise multi-joint coordination under conditions of unsteady fluid dynamics, and has evolved through extensive predator–prey interactions in natural environments. Re…

Cited by 0Scholar
2026

AlignTrack: Top-Down Spatiotemporal Resolution Alignment for RGB-Event Visual Tracking

AAAI 2026technical

Most existing RGB-Event trackers rely on strictly aligned datasets, overlooking the asynchronous spatio-temporal resolutions common in real-world scenarios. This methodological limitation impedes effective RGB-Event feature alignment and ultimately degrades tracking performance. To overcome this li

Cited by 0SourcePDFScholar
2026

Approximation Bounds for Transformer Networks with Application to Regression

ICML 2026poster

We develop approximation and statistical theory for standard Transformer networks in sequence modeling. Given a sequence-to-sequence target on $[0,1]^{d_x \times n}$ whose entries are $\gamma$-H\"older for $\gamma \in (0,1]$ or belong to a first-order Sobolev class, we establish explicit $L^p$-appro…

Cited by 0SourceScholar
2026

Aware Distillation for Robust Vision-Language Tracking Under Linguistic Sparsity

AAAI 2026technical

Vision-language object tracking overcomes the limitations of relying solely on visual features by leveraging language descriptions of objects to provide cross-modal semantic information, thereby enhancing model robustness in complex scenarios. However, most existing high-performance vision-language

Cited by 0SourcePDFScholar
2026

Bridging the Modality Gap in Compositional Zero-Shot Learning via Sparse Alignment and Unimodal Memory Bank

CVPR 2026

Compositional Zero-Shot Learning (CZSL) aims to recognize unseen attribute-object compositions with learned primitives (attribute and object) knowledge from seen compositions. While previous approaches gain their notable performance through the powerful cross-modal alignment of CLIP, they often over

Cited by 0SourceScholar
2026

ConServe: Fine-Grained GPU Harvesting for LLM Online and Offline Co-Serving

ICML 2026poster

Large language model (LLM) serving demands low latency and high throughput, but high load variability leads to significant GPU utilization. In this paper, we identify a synergetic but overlooked opportunity to co-serve latency-critical online requests alongside *latency-tolerant offline* tasks, whic…

Cited by 0SourceScholar
2026

Credible Information Subset Decomposition: An End-to-End Multi-fidelity Learning Model by Modeling Label Information

ICML 2026poster

In the AI4Chemistry scenario, utilizing heterogeneous data at different fidelity levels is a common and core issue. High-fidelity data is accurate but scarce, while low-fidelity data is abundant but biased. Traditional multi-fidelity methods typically identify cross-fidelity biases based on paired s…

Cited by 0SourceScholar
2026

Crisp: A Spectral-Based Interaction Strategy for Multivariate Time Series Forecasting

ICML 2026poster

Multivariate time series (MTS) forecasting critically depends on modeling inter-variable dependencies, yet existing paradigms face a trade-off: channel-isolation strategies can suffer from information fragmentation in strongly coupled systems, whereas channel-interaction methods often introduce spur…

Cited by 0SourceScholar
2026

DAComp: Benchmarking Data Agents across the Full Data Intelligence Lifecycle

ICLR 2026poster

Real-world enterprise data intelligence workflows encompass data engineering that turns raw sources into analytical-ready tables and data analysis that convert those tables into decision-oriented insights. We introduce DAComp, a benchmark of 236 tasks that mirrors these complex workflows. Data engi…

Cited by 0SourceScholar
2026

Deep Photonic Reservoir Computer Meets UAV Control: An Ultra-Fast Learning-Based Compensator for Agile Flight in Confined Space

ICRA 2026poster

Unmanned aerial vehicles (UAVs) operating in confined, cluttered environments face significant performance degradation due to nonlinear, time-varying unmodeled dynamics—such as ground/ceiling effects and wake recirculation—that are unaccounted for in traditional controllers. While learning-based com…

2026

Dynamic Weight Adaptation in Spiking Neural Networks Inspired by Biological Homeostasis

AAAI 2026technical

Homeostatic mechanisms play a crucial role in maintaining optimal functionality within the neural circuits of the brain. By regulating physiological and biochemical processes, these mechanisms ensure the stability of an organism’s internal environment, enabling it to better adapt to external changes

Cited by 0SourcePDFScholar
2026

Enabling arbitrary inference in spatio-temporal dynamic systems: A physics-inspired perspective

ICLR 2026poster

Modern spatio-temporal learning techniques usually exploit sampled discrete observations to foresee the future. Actually, spatio-temporal dynamics are continuous and evolve everytime and everywhere, thus modeling spatio-temporal dynamics in a continuous space can be long-standing challenge. Existin…

Cited by 0SourceScholar
2026

Expectation Alignment of Language Models for Real-World User Expectations

ICML 2026poster

Large language models (LLMs) have demonstrated remarkable performance on standard benchmarks, yet it remains largely unexplored whether they truly meet user expectations. Existing evaluation approaches, relying on model heuristics, expert rubrics, or user simulation, fail to capture the diversity an…

Cited by 0SourceScholar
2026

Experiential Fairness: Bridging the Gap Between User Experience and Resource-Centric Fairness in Online LLM Services

AAAI 2026technical

Conventional fairness in multi-tenant Large Language Model (LLM) inference services is typically defined by system-centric metrics such as equitable resource allocation. We argue that this is unilateral and it creates a gap between measured system performance and actual user-perceived quality. We ch

Cited by 0SourcePDFScholar
2026

FaLW: A Forgetting-aware Loss Reweighting for Long-tailed Unlearning

ICLR 2026poster

Machine unlearning, which aims to efficiently remove the influence of specific data from trained models, is crucial for upholding data privacy regulations like the ``right to be forgotten". However, existing research predominantly evaluates unlearning methods on relatively balanced forget sets. This…

Cited by 0SourceScholar
2026

Fast Spectrally Sparse Signal Reconstruction via Jacobi-Preconditioned Gradient Descent

ICML 2026spotlight

Spectrally sparse signal reconstruction arises in a wide range of applications and can be formulated as a low-rank Hankel matrix completion problem. We develop a Jacobi-preconditioned gradient descent method that preserves the low per-iteration complexity of first-order algorithms while achieving li…

Cited by 0SourceScholar
2026

FastDriveVLA: Efficient End-to-End Driving via Plug-and-Play Reconstruction-based Token Pruning

AAAI 2026technical

Vision-Language-Action (VLA) models have demonstrated significant potential in complex scene understanding and action reasoning, leading to their increasing adoption in end-to-end autonomous driving systems. However, the long visual tokens of VLA models greatly increase computational costs. Current

Cited by 0SourcePDFScholar
2026

FedMPT: Federated Multi-Label Prompt Tuning of Vision-Language Models

CVPR 2026

Multi-Label Recognition (MLR) based on Vision-Language Models (VLMs) aims to leverage their pre-trained knowledge to better adapt complex recognition scenarios, thereby enhancing model robustness. However, for realistic decentralized applications requiring federated learning, adapting VLMs to each c

Cited by 0SourceScholar
2026

Harnessing Uncertainty: Entropy-Modulated Policy Gradients for Long-Horizon LLM Agents

ICML 2026poster

In long-horizon tasks, recent agents based on Large Language Models (LLMs) face a significant challenge that sparse, outcome-based rewards make it difficult to assign credit to intermediate steps. Previous methods mainly focus on creating dense reward signals to guide learning, either through tradit…

Cited by 0SourceScholar
2026

I2Mole: Interaction-aware Invariant Molecular Learning For Generalizable Property Prediction

ICLR 2026poster

Molecular interactions are a common phenomenon in physical chemistry field, which could produce unexpected biochemical properties harmful to humans, such as drug-drug interactions. Machine learning has the potential to deliver rapid and accurate predictions. However, the complexity of molecular stru…

Cited by 0SourceScholar
2026

Improving LLM-Based Recommenders with Conservative Generative Flow Networks

ICML 2026poster

Generative Flow Networks (GFlowNets) have recently been used to improve diversity and mitigate popularity bias in LLM-based recommender systems, yet most objectives are developed under online-style assumptions. In offline LLM-based recommendation, learning is constrained to a fixed logged dataset, y…

Cited by 0SourceScholar
2026

LOREAL: Mitigating Low-Resolution Challenges in Vision-Language Models with Attribute-driven Prompt Self-Distillation

CVPR 2026

Prompt Learning (PL) has emerged as a parameter-efficient technique for adapting Vision-Language Models (VLMs) to downstream tasks. However, almost all existing PL methods are primarily designed and evaluated on well-curated datasets, overlooking a critical post-deployment phenomenon, i.e., the intr

Cited by 0SourceScholar
2026

Large-Scale Terminal Agentic Trajectory Generation from Dockerized Environments

ICML 2026spotlight

Training agentic models for terminal-based tasks critically depends on high-quality terminal trajectories that capture realistic long-horizon interactions across diverse domains. However, constructing such data at scale remains challenging due to two key requirements: \textbf{\emph{Executability}}, …

Cited by 0SourceScholar
2026

Learning from Noisy Supervision: A Denoising-Debiasing Framework for Weakly Supervised Video Anomaly Detection

CVPR 2026

Weakly supervised video anomaly detection (WS-VAD) aims to localize frame-level anomalies using only video-level labels. This task is typically formulated within a multiple instance learning (MIL) paradigm, where each video is treated as a bag of snippets, achieving robust performance without requir

Cited by 0SourcecodeScholar
2026

Long-tailed Test-Time Adaptation for Vision-Language Models

ICLR 2026poster

Test-Time Adaptation (TTA) aims to further adapt models to unlabeled test sets arriving in a sequential datastream, thereby progressively strengthening the model's generalization ability. While existing TTA methods for Vision-Language Models (VLMs) are primarily designed and evaluated on (nearly) ba…

Cited by 0SourcecodeScholar
2026

MSAnchor: De Novo Molecular Generation from Mass Spectrometry Data with Anchor-Extended Molecular Scaffolds

AAAI 2026technical

Tandem mass spectrometry (MS/MS) is a critical tool for identifying molecular structures. By efficiently separating molecular fragments based on their mass-to-charge (m/z) ratios, it facilitates molecular generation and subsequent scientific discoveries. However, de novo molecular generation from MS

Cited by 0SourcePDFScholar
2026

MiniST: Unlocking Input Window Length in Traffic Flow Forecasting with Compact Parameters

IJCAI 2026

Spatiotemporal traffic forecasting currently faces dual challenges: capturing long-range periodic dependencies and managing the computational burden of increasingly complex deep neural network architectures. Mainstream models typically contain millions of parameters and struggle to handle long seque

Cited by 0Scholar
2026

One for Two: A Unified Framework for Imbalanced Graph Classification via Dynamic Balanced Prototype

ICLR 2026oral

Graph Neural Networks (GNNs) have advanced graph classification, yet they remain vulnerable to graph-level imbalance, encompassing class imbalance and topological imbalance. To address both types of imbalance in a unified manner, we propose UniImb, a Unified framework for Imbalanced graph classifica…

Cited by 0SourceScholar
2026

PHAT: Modeling Period Heterogeneity for Multivariate Time Series Forecasting

ICLR 2026poster

While existing multivariate time series forecasting models have advanced significantly in modeling periodicity, they largely neglect the periodic heterogeneity common in real-world data, where variables exhibit distinct and dynamically changing periods. To effectively capture this periodic heterogen…

Cited by 0SourceScholar
2026

PepBenchmark: A Standardized Benchmark for Peptide Machine Learning

ICLR 2026poster

Peptide therapeutics are widely regarded as the “third generation” of drugs, yet progress in peptide Machine Learning (ML) are hindered by the absence of standardized benchmarks. Here we present \textbf{PepBenchmark}, which standardizes datasets, preprocessing, and evaluation protocols for peptide d…

Cited by 0SourcecodeScholar
2026

Pixel to Gaussian: Ultra-Fast Continuous Super-Resolution with 2D Gaussian Modeling

ICLR 2026poster

Arbitrary-scale super-resolution (ASSR) aims to reconstruct high-resolution (HR) images from low-resolution (LR) inputs with arbitrary upsampling factors using a single model, addressing the limitations of traditional SR methods constrained to fixed-scale factors (\textit{e.g.}, $\times$ 2). Recent…

Cited by 0SourcecodeScholar
2026

RDFace: A Benchmark Dataset for Rare Disease Facial Image Analysis under Extreme Data Scarcity and Phenotype-Aware Synthetic Generation

CVPR 2026

Rare diseases often manifest with distinctive facial phenotypes in children, offering valuable diagnostic cues for clinicians and AI-assisted screening systems. However, progress in this field is severely limited by the scarcity of curated, ethically sourced facial data and the high similarity among

Cited by 0SourcecodeScholar
2026

Reinforcement Learning with Verifiable Rewards Implicitly Incentivizes Correct Reasoning in Base LLMs

ICLR 2026poster

Recent advancements in long chain-of-thought (CoT) reasoning, particularly through the Group Relative Policy Optimization algorithm used by DeepSeek-R1, have led to significant interest in the potential of Reinforcement Learning with Verifiable Rewards (RLVR) for Large Language Models (LLMs). While…

Cited by 0SourceScholar
2026

STARK: Strategic Team of Agents for Refining Kernels

ICLR 2026poster

The efficiency of GPU kernels is central to the progress of modern AI, yet optimizing them remains a difficult and labor-intensive task due to complex interactions between memory hierarchies, thread scheduling, and hardware-specific characteristics. While recent advances in large language models (LL…

Cited by 0SourceScholar
2026

STORM: Synergistic Cross-Scale Spatio-Temporal Modeling for Weather Forecasting

ICLR 2026poster

Accurate weather forecasting is crucial for climate research, disaster mitigation, and societal planning. Despite recent progress with deep learning, global atmospheric data remain uniquely challenging since weather dynamics evolve across heterogeneous spatial and temporal scales ranging from planet…

Cited by 0SourcecodeScholar
2026

Scaling Transformers for End-to-End Discrete Audio Tokenization

ICML 2026poster

Discrete audio tokenizers are fundamental to empowering large language models with native audio processing and generation capabilities. Despite recent progress, existing approaches often rely on pretrained encoders, semantic distillation, or heterogeneous CNN-based architectures. These designs intro…

Cited by 0SourceScholar
2026

Selective Coupling of Decoupled Informative Regions: Masked Attention Alignment for Data-Free Quantization of Vision Transformers

ICML 2026poster

Data-Free Quantization (DFQ) addresses data security concerns by synthesizing fake samples, without accessing real data. It has garnered increasing attention in the context of Vision Transformers (ViTs), owing to the superiority of the self-attention mechanism compared to classical convolutional ope…

Cited by 0SourceScholar
2026

SpikeTrack: High-performance and Energy-efficient Event-Based Object Tracking with Spiking Neural Network

CVPR 2026

Event cameras have attracted considerable attention for object tracking due to their microsecond-level temporal resolution and wide dynamic range, yet effectively harnessing spiking neural networks (SNNs) in this domain remains challenging. In this paper, we introduce SpikeTrack, a purely spike-driv

Cited by 0SourceScholar
2026

StreamMTS: Towards Streaming Multivariate Time Series Forecasting

IJCAI 2026

Current mainstream research in multivariate time series (MTS) prediction often assumes that all data is static. However, real-world MTS data typically arrives continuously in a streaming manner, which we refer to as streaming MTS. The statistical characteristics and spatiotemporal graph topology of

Cited by 0Scholar
2026

Stronger-MAS: Multi-Agent Reinforcement Learning for Collaborative LLMs

ICLR 2026poster

Multi-Agent System (MAS) and Reinforcement Learning (RL) are both widely adopted to improve large language model (LLM) agentic performance. MAS strengthens task-specialized performance via role-based orchestration; RL leverages environment rewards to train stronger policies, such as Group Relative P…

Cited by 0SourcecodeScholar
2026

SwiftVLA: Unlocking Spatiotemporal Dynamics for Lightweight VLA Models at Minimal Overhead

CVPR 2026

Vision-Language-Action (VLA) models built on pretrained Vision-Language Models (VLMs) show strong potential but are limited in practicality due to their large parameter counts. To mitigate this issue, using a lightweight VLM has been explored, but it compromises spatiotemporal reasoning. Although so

Cited by 0SourcecodeScholar
2026

SymSpectra: Symmetric Information Bottleneck Framework for Molecular Structure Recognition under Imbalanced Settings

ICML 2026poster

Identifying molecular structures from spectral data is essential for early-stage chemical analysis, yet it remains a difficult task due to the imbalance in functional group distributions. Current methods often overfit to prevalent groups while neglecting underrepresented ones, failing to capture key…

Cited by 0SourceScholar
2026

SyncTrack: Rhythmic Stability and Synchronization in Multi-Track Music Generation

ICLR 2026poster

Multi-track music generation has garnered significant research interest due to its precise mixing and remixing capabilities. However, existing models often overlook essential attributes such as rhythmic stability and synchronization, leading to a focus on differences between tracks rather than their…

Cited by 0SourceScholar
2026

TALON: Test-time Adaptive Learning for On-the-Fly Category Discovery

CVPR 2026

On-the-fly category discovery (OCD) aims to recognize known categories while simultaneously discovering novel ones from an unlabeled online stream, using a model trained only on labeled data. Existing approaches freeze the feature extractor trained offline and employ a hash-based framework that quan

Cited by 0SourcecodeScholar
2026

THE ACHILLES’ HEEL OF ANGULAR MARGINS: A CHEBYSHEV POLYNOMIAL FIX FOR SPEAKER VERIFICATION

ICASSP 2026poster

Angular margin losses, such as AAM-Softmax, have become the de facto in speaker and face verification. Their success hinges on directly manipulating the angle between features and class prototypes. However, this manipulation relies on the arccos function to recover the angle, introducing a significa…

Cited by 0SourcePDFScholar
2026

Talk2Image: A Multi-Agent System for Multi-Turn Image Generation and Editing

AAAI 2026technical

Text-to-image generation tasks have driven remarkable advances in diverse media applications, yet most focus on single-turn scenarios and struggle with iterative, multi-turn creative tasks. Recent dialogue-based systems attempt to bridge this gap, but their single-agent, sequential paradigm often ca

Cited by 0SourcePDFScholar
2026

Thinking-Free Policy Initialization Makes Distilled Reasoning Models More Effective and Efficient Reasoners

ICLR 2026poster

Reinforcement Learning with Verifiable Reward (RLVR) effectively solves complex tasks but demands extremely long context lengths during training, leading to substantial computational costs. While multi-stage training can partially mitigate this, starting with overly short contexts often causes irrev…

Cited by 0SourcecodeScholar
2026

Topology-Aware Contrastive Learning: Regulating Representation Connectivity via Persistent Homology

ICML 2026poster

Standard contrastive learning minimizes geometric distance between positive pairs, implicitly assuming that strict compactness optimizes discrimination. However, this topology-agnostic confusion neglects intrinsic data structures and topological complexity, leading to class confusion—particularly wh…

Cited by 0SourceScholar
2026

Towards True Speech-to-Speech Models Without Text Guidance

ICLR 2026poster

Spoken dialogue systems often rely on cascaded pipelines that transcribe, process, and resynthesize speech. While effective, this design discards paralinguistic cues and limits expressivity. Recent end-to-end methods reduce latency and better preserve these cues, yet still rely on text intermediates…

Cited by 0SourcecodeScholar
2026

U2B: Scale-unbiased Representation Converter for Graph Classification with Imbalanced and Balanced Scale Distributions

AAAI 2026technical

Graph classification is a critical task in analyzing graph data, with applications across various domains. While graph neural networks (GNNs) have achieved remarkable results, their ability to generalize across graphs of varying scales remains a challenge. Conventional models often perform well on l

Cited by 0SourcePDFScholar
2026

VideoKR: Towards Knowledge- and Reasoning-Intensive Video Understanding

ICML 2026spotlight

We introduce VideoKR, the first large-scale training corpus specifically designed to strengthen knowledge- and reasoning-intensive video understanding. It comprises 430K video reasoning examples over 126K newly collected, CC-licensed, expert-domain videos. We develop an expert-in-the-loop, skill-ori…

Cited by 0SourceScholar
2026

WebRouter: Query-specific Router via Variational Information Bottleneck for Cost-sensitive Web Agent

ICASSP 2026poster

LLM-brained web agents offer powerful capabilities for web automation but face a critical cost-performance trade-off. The challenge is amplified by web agents' inherently complex prompts that include goals, action histories, and environmental states, leading to degraded LLM ensemble performance. To…

Cited by 0SourcePDFScholar
2026

WideSearch: Benchmarking Agentic Broad Info-Seeking

ICLR 2026poster

From professional research to everyday planning, many tasks are bottlenecked by wide-scale information seeking, which is more repetitive than cognitively complex. With the rapid development of Large Language Models (LLMs), automated search agents powered by LLMs offer a promising solution to liberat…

Cited by 0SourcecodeScholar
2026

Widget2Code: From Visual Widgets to UI Code via Multimodal LLMs

CVPR 2026

User interface to code (UI2Code) aims to generate executable code that can faithfully reconstruct a given input UI. Prior work focuses largely on web pages and mobile screens, leaving app widgets underexplored. Unlike web or mobile UIs with rich hierarchical context, widgets are compact, context-fre

Cited by 0SourcecodeScholar
2025

A Spatiotemporal Downwash Modeling for Agile Close-Proximity Multirotor Flight

IROS 2025

Accurate aerodynamic interaction modeling in multi-drone tasks is crucial for enhancing system stability and efficiency, especially when facing major disturbances from downwash wake effects. Conventional data-driven and empirical models mainly address simplified cases where one drone hovers or all v

Cited by 1SourcecodeScholar
2025

Ambient Flow Perception of Freely Swimming Robotic Fish Using an Artificial Lateral Line System

ICRA 2025

Robotic fish hold significant promise as efficient underwater systems, yet their inability to accurately perceive ambient flow hinders their deployment in real-world scenarios. Inspired by the natural lateral line system(LLS), a flow-responsive organ in fish that plays a crucial role in behaviors su

Cited by 0SourceScholar
2025

Anchor Learning with Potential Cluster Constraints for Multi-view Clustering

AAAI 2025technical

Anchor-based multi-view clustering has received extensive attention due to its efficient performance. Existing methods only focus on how to dynamically learn anchors from the original data and simultaneously construct anchor graphs describing the relationships between samples and perform clustering,…

2025

BEV-TSR: Text-Scene Retrieval in BEV Space for Autonomous Driving

AAAI 2025technical

The rapid development of the autonomous driving industry has led to a significant accumulation of autonomous driving data. Consequently, there comes a growing demand for retrieving data to provide specialized optimization. However, directly applying previous image retrieval methods faces several cha…

Cited by 2SourcePDFScholar
2025

Balancing Model Efficiency and Performance: Adaptive Pruner for Long-tailed Data

ICML 2025poster

Long-tailed distribution datasets are prevalent in many machine learning tasks, yet existing neural network models still face significant challenges when handling such data. This paper proposes a novel adaptive pruning strategy, LTAP (Long-Tailed Adaptive Pruner), aimed at balancing model efficiency…

2025

Boosting Adversarial Transferability via Residual Perturbation Attack

ICCV 2025poster

Deep neural networks are susceptible to adversarial examples while suffering from incorrect predictions via imperceptible perturbations. Transfer-based attacks create adversarial examples for surrogate models and transfer these examples to target models under black-box scenarios. Recent studies reve…

2025

Boosting Image De-Raining via Central-Surrounding Synergistic Convolution

AAAI 2025technical

Rainy images suffer from quality degradation due to the synergistic effect of rain streaks and accumulation. The rain streaks are anisotropic and show a specific directional arrangement, while the rain accumulation is isotropic and shows a consistent concentration distribution in local regions. This…

Cited by 1SourcePDFScholar
2025

Bridging the Gap Between Cross-Domain Theory and Practical Application: A Case Study on Molecular Dissolution

NeurIPS 2025poster

Artificial intelligence (AI) has played a transformative role in chemical research, greatly facilitating the prediction of small molecule properties, simulation of catalytic processes, and material design. These advances are driven by increases in computing power, open source machine learning framew…

Cited by 0SourceScholar
2025

COFlowNet: Conservative Constraints on Flows Enable High-Quality Candidate Generation

ICLR 2025poster

Generative flow networks (GFlowNets) have been considered as powerful tools for generating candidates with desired properties. Given that evaluating the property of candidates can be complex and time-consuming, existing GFlowNets train proxy models for efficient online evaluation. However, the perfo…

2025

Can LLMs Solve Longer Math Word Problems Better?

ICLR 2025poster

Math Word Problems (MWPs) play a vital role in assessing the capabilities of Large Language Models (LLMs), yet current research primarily focuses on questions with concise contexts. The impact of longer contexts on mathematical reasoning remains under-explored. This study pioneers the investigation…

2025

Causal Learning Meet Covariates: Empowering Lightweight and Effective Nationwide Air Quality Forecasting

IJCAI 2025

Air quality prediction plays a crucial role in the development of smart cities, garnering significant attention from both academia and industry. Current air quality prediction models encounter two major limitations: their high computational complexity limits scalability to nationwide datasets, and t

Cited by 0SourcePDFScholar
2025

Chain of Attack: On the Robustness of Vision-Language Models Against Transfer-Based Adversarial Attacks

CVPR 2025poster

Pre-trained vision-language models (VLMs) have showcased remarkable performance in image and natural language understanding, such as image captioning and response generation. As the practical applications of VLMs become increasingly widespread, their potential safety and robustness issues raise conc…

2025

Consensus-Guided Incomplete Multi-view Clustering via Cross-view Affinities Learning

IJCAI 2025

Incomplete multi-view clustering (IMC) has garnered substantial attention due to its capacity to handle unlabeled data. Existing methods predominantly explore pairwise consistency between every two views. However, such consistency is highly susceptible to missing samples and outliers within a certai

2025

Counterfactual Contrastive Learning with Normalizing Flows for Robust Treatment Effect Estimation

ICML 2025poster

Estimating Individual Treatment Effects (ITE) from observational data is challenging due to covariate shift and counterfactual absence. While existing methods attempt to balance distributions globally, they often lack fine-grained sample-level alignment, especially in scenarios with significant indi…

Cited by 0SourcePDFScholar
2025

DO-CoLM: Dynamic 3D Conformation Relationships Capture with Self-Adaptive Ordering Molecular Relational Modeling in Language Models

IJCAI 2025

Molecular Relational Learning (MRL) aims to understand interactions between molecular pairs, playing a critical role in advancing biochemical research. Recently, Large Language Models (LLMs), with their extensive knowledge bases and advanced reasoning capabilities, have emerged as powerful tools for

Cited by 0SourcePDFScholar
2025

Deciphering the Extremes: A Novel Approach for Pathological Long-tailed Recognition in Scientific Discovery

NeurIPS 2025spotlight

Scientific discovery across diverse fields increasingly grapples with datasets exhibiting pathological long-tailed distributions: a few common phenomena overshadow a multitude of rare yet scientifically critical instances. Unlike standard benchmarks, these scientific datasets often feature extreme i…

Cited by 0SourceScholar
2025

Directing Mamba to Complex Textures: An Efficient Texture-Aware State Space Model for Image Restoration

IJCAI 2025

Image restoration aims to recover details and enhance contrast in degraded images. With the growing demand for high-quality imaging (e.g., 4K and 8K), achieving a balance between restoration quality and computational efficiency has become increasingly critical. Existing methods, primarily based on C

Cited by 0SourcePDFScholar
2025

Drawing Informative Gradients from Sources: A One-stage Transfer Learning Framework for Cross-city Spatiotemporal Forecasting

AAAI 2025technical

Spatiotemporal forecasting (STF) is pivotal in urban computing, yet data scarcity in developing cities hampers robust model training. Addressing this, recent studies leverage transfer learning to migrate knowledge from data-rich (source) to data-poor (target) cities. This strategy, while effective,…

Cited by 0SourcePDFScholar
2025

Drivel-ology: Challenging LLMs with Interpreting Nonsense with Depth

EMNLP 2025

We introduce Drivelology, a unique linguistic phenomenon characterised as “nonsense with depth” - utterances that are syntactically coherent yet pragmatically paradoxical, emotionally loaded, or rhetorically subversive. While such expressions may resemble surface-level nonsense, they encode implicit

Cited by 0SourcePDFScholar
2025

Dynamic and Chemical Constraints to Enhance the Molecular Masked Graph Autoencoders

NeurIPS 2025poster

Masked Graph Autoencoders (MGAEs) have gained significant attention recently. Their proxy tasks typically involve random corruption of input graphs followed by reconstruction. However, in the molecular domain, two main issues arise: the predetermined mask ratio and reconstruction objectives can lead…

Cited by 0SourcecodeScholar
2025

Embedding Enhanced MLP Enables Simple and Extensible Spatiotemporal Forecasting

ICASSP 2025accepted

Spatiotemporal forecasting facilitates many real world intelligent systems. Combining graph learning with temporal models has recently become popular in spatiotemporal forecasting. Although graph convolution enhances the modeling of spatial correlations, it results in unsatisfactory efficiency and p…

Cited by 0SourceScholar
2025

Enhancing Graph Invariant Learning from a Negative Inference Perspective

ICML 2025poster

The out-of-distribution (OOD) generalization challenge is a longstanding problem in graph learning. Through studying the fundamental cause of data distribution shift, i.e., the changes of environments, significant progress has been achieved in addressing this issue. However, we observe that existin…

Cited by 0SourcePDFScholar
2025

Enhancing the Maximum Effective Window for Long-Term Time Series Forecasting

NeurIPS 2025poster

Long-term time series forecasting (LTSF) aims to predict future trends based on historical data. While longer lookback windows theoretically offer more comprehensive insights, Transformer-based models often struggle with them. On one hand, longer windows introduce more noise and redundancy, hinderin…

Cited by 0SourcecodeScholar
2025

Evaluating Large Language Models through Role-Guide and Self-Reflection: A Comparative Study

ICLR 2025poster

Large Language Models fine-tuned with Reinforcement Learning from Human Feedback (RLHF-LLMs) can over-rely on aligned preferences without truly gaining self-knowledge, leading to hallucination and biases. If an LLM can better access its knowledge and know what it knows, it can avoid making false or…

Cited by 2SourcePDFScholar
2025

Exploring Historical Information for RGBE Visual Tracking with Mamba

CVPR 2025poster

Combining the advantages of conventional and event cameras for robust visual tracing has drawn extensive interest. However, existing tracking approaches heavily engage in complex cross-modal fusion modules, leading to higher computational complexity and training challenges. Besides, these methods ge…

Cited by 0SourcePDFScholar
2025

Formal Synthesis of Barrier Certificates Using Fourier Kolmogorov-Arnold Network

AAAI 2025technical

Barrier certificate generation is an efficient and powerful technique for formally verifying safety properties of cyber-physical systems. Feed-forward neural networks (FNNs) are commonly used to synthesize barrier certificates, but the fixed activation functions limit their efficiency and scalabilit…

Cited by 0SourcePDFScholar
2025

FreeDance: Towards Harmonic Free-Number Group Dance Generation via a Unified Framework

ICCV 2025poster

Generating harmonic and diverse human motions from music signals, especially for a group of dancers, is a practical yet challenging task in virtual avatar creation. Existing methods merely model a fixed number of dancers, lacking the flexibility for arbitrary individuals. To fulfill this goal, we pr…

2025

From Facts to Insights: A Study on the Generation and Evaluation of Analytical Reports for Deciphering Earnings Calls

COLING 2025main

This paper explores the use of Large Language Models (LLMs) in the generation and evaluation of analytical reports derived from Earnings Calls (ECs). Addressing a current gap in research, we explore the generation of analytical reports with LLMs in a multi-agent framework, designing specialized agen…

Cited by 5SourcePDFScholar
2025

G-Safeguard: A Topology-Guided Security Lens and Treatment on LLM-based Multi-agent Systems

ACL 2025long

Large Language Model (LLM)-based Multi-agent Systems (MAS) have demonstrated remarkable capabilities in various complex tasks, ranging from collaborative problem-solving to autonomous decision-making. However, as these systems become increasingly integrated into critical applications, their vulnerab…

2025

GPAS: Accelerating Convergence of LLM Pretraining via Gradient-Preserving Activation Scaling

NeurIPS 2025poster

Modern Large Language Models, such as the LLaMA, Qwen and DeepSeek series, predominantly adopt the Pre-LayerNorm (Pre-LN) Transformer architecture. While being stable during pretraining and scalable to large model sizes, Pre-LN suffers from an exponential growth in activation variance across layers,…

Cited by 0SourcecodeScholar
2025

HighMATH: Evaluating Math Reasoning of Large Language Models in Breadth and Depth

EMNLP 2025

With the rapid development of large language models (LLMs) in math reasoning, the accuracy of models on existing math benchmarks has gradually approached 90% or even higher. More challenging math benchmarks are hence urgently in need to satisfy the increasing evaluation demands. To bridge this gap,

2025

Integrating Drug Substructures and Longitudinal Electronic Health Records for Personalized Drug Recommendation

NeurIPS 2025poster

Drug recommendation systems aim to identify optimal drug combinations for patient care, balancing therapeutic efficacy and safety. Advances in large-scale longitudinal EHRs have enabled learning-based approaches that leverage patient histories such as diagnoses, procedures, and previously prescribed…

Cited by 0SourceScholar
2025

Integrating Protein Dynamics into Structure-Based Drug Design via Full-Atom Stochastic Flows

ICLR 2025poster

The dynamic nature of proteins, influenced by ligand interactions, is essential for comprehending protein function and progressing drug discovery. Traditional structure-based drug design (SBDD) approaches typically target binding sites with rigid structures, limiting their practical application in d…

Cited by 0SourcePDFScholar
2025

Iterative Substructure Extraction for Molecular Relational Learning with Interactive Graph Information Bottleneck

ICLR 2025poster

Molecular relational learning (MRL) seeks to understand the interaction behaviors between molecules, a pivotal task in domains such as drug discovery and materials science. Recently, extracting core substructures and modeling their interactions have emerged as mainstream approaches within machine le…

Cited by 0SourcePDFScholar
2025

LamPro: Multi-Prototype Representation Learning for Enhanced Visual Pattern Recognition

ICRA 2025

Visual pattern recognition usually plays important roles in robotics and automation society where the pattern recognition relies on representation learning. Existing representation learning often neglects two important issues, the diversity of intra-class representation and under-exploited label uti

Cited by 0SourceScholar
2025

Learning Flow-Adaptive Dynamic Model for Robotic Fish Swimming in Unknown Background Flow

IROS 2025

Robotic fish face considerable challenges in natural environment due to the absence of a comprehensive and precise model that can depict the intricate fluid-structure interactions, particularly in the presence of background flow fields. To this end, we present a novel data-driven dynamic modeling fr

Cited by 0SourceScholar
2025

Learning to Adapt Frozen CLIP for Few-Shot Test-Time Domain Adaptation

ICLR 2025poster

Few-shot Test-Time Domain Adaptation focuses on adapting a model at test time to a specific domain using only a few unlabeled examples, addressing domain shift. Prior methods leverage CLIP's strong out-of-distribution (OOD) abilities by generating domain-specific prompts to guide its generalized, fr…

2025

Less but More: Linear Adaptive Graph Learning Empowering Spatiotemporal Forecasting

NeurIPS 2025poster

The effectiveness of Spatiotemporal Graph Neural Networks (STGNNs) critically hinges on the quality of the underlying graph topology. While end-to-end adaptive graph learning methods have demonstrated promising results in capturing latent spatiotemporal dependencies, they often suffer from high comp…

Cited by 0SourceScholar
2025

MTGIB-UNet: A Multi-Task Graph Information Bottleneck and Uncertainty Weighted Network for ADMET Prediction

IJCAI 2025

Accurate prediction of ADMET (Absorption, Distribution, Metabolism, Excretion, and Toxicity) properties is crucial in drug development, as these properties directly impact a drug's efficacy and safety. However, existing multi-task learning models often face challenges related to noise interference a

Cited by 0SourcePDFScholar
2025

Many Minds, One Goal: Time Series Forecasting via Sub-task Specialization and Inter-agent Cooperation

NeurIPS 2025poster

Time series forecasting is a critical and complex task, characterized by diverse temporal patterns, varying statistical properties, and different prediction horizons across datasets and domains. Conventional approaches typically rely on a single, unified model architecture to handle all forecasting…

Cited by 0SourceScholar
2025

MetaWriter: Personalized Handwritten Text Recognition Using Meta-Learned Prompt Tuning

CVPR 2025poster

Recent advancements in handwritten text recognition (HTR) have enabled the effective conversion of handwritten text to digital formats. However, achieving robust recognition across diverse writing styles remains challenging. Traditional HTR methods lack writer-specific personalization at test time d…

Cited by 0SourcePDFScholar
2025

MoFo: Empowering Long-term Time Series Forecasting with Periodic Pattern Modeling

NeurIPS 2025poster

The stable periodic patterns present in the time series data serve as the foundation for long-term forecasting. However, existing models suffer from limitations such as continuous and chaotic input partitioning, as well as weak inductive biases, which restrict their ability to capture such recurring…

Cited by 0SourceScholar
2025

ModuLM: Enabling Modular and Multimodal Molecular Relational Learning with Large Language Models

NeurIPS 2025poster

Molecular Relational Learning (MRL) aims to understand interactions between molecular pairs, playing a critical role in advancing biochemical research. With the recent development of large language models (LLMs), a growing number of studies have explored the integration of MRL with LLMs and achieved…

Cited by 0SourceScholar
2025

Multiple-Input Multiple-Output Robust Control for Independent-Setup Variable Stiffness Actuator

RA-L 2025

This paper presents the development of a multiple-input multiple-output (MIMO) coupling controller for the independent-setup variable stiffness actuator (VSA). The dynamic model of the independent-setup VSA is typically considered decoupled due to the slight coupling between the joint and stiffness

Cited by 0SourceScholar
2025

Navigating Towards Fairness with Data Selection

AAAI 2025technical

Machine learning algorithms often struggle to eliminate inherent data biases, particularly those arising from unreliable labels, which poses a significant challenge in ensuring fairness. Existing fairness techniques that address label bias typically involve modifying models and intervening in the tr…

Cited by 0SourcePDFScholar
2025

NetSafe: Exploring the Topological Safety of Multi-agent System

ACL 2025finding

Large language models (LLMs) have fueled significant progress in intelligent Multi-agent Systems (MAS), with expanding academic and industrial applications. However, safeguarding these systems from malicious queries receives relatively little attention, while methods for single-agent safety are chal…

2025

One Stone with Two Birds: A Null-Text-Null Frequency-Aware Diffusion Models for Text-Guided Image Inpainting

NeurIPS 2025poster

Text-guided image inpainting aims at reconstructing the masked regions as per text prompts, where the longstanding challenges lie in the preservation for unmasked regions, while achieving the semantics consistency between unmasked and inpainted masked regions. Previous arts failed to address both of…

Cited by 0SourcecodeScholar
2025

Open-CK: A Large Multi-Physics Fields Coupling benchmarks in Combustion Kinetics

ICLR 2025poster

In this paper, we use the Fire Dynamics Simulator (FDS) combined with the {\fontfamily{lmtt}\selectfont \textit{supercomputer}} support to create a \textbf{C}ombustion \textbf{K}inetics (CK) dataset for machine learning and scientific research. This dataset captures the development of fires in indus…

2025

Oscillation Suppression of Acoustic Trapping: A Disturbance Observer-based Approach

IROS 2025

Acoustic tweezers have been a valuable tool across various fields, from nano-microfabrication to biology. Their unique characteristics enable three-dimensional particle manipulation, where acoustic trapping serves as a fundamental requirement. However, traditional methods struggle to maintain steady

Cited by 0SourceScholar
2025

PC2P: Multi-Agent Path Finding via Personalized-Enhanced Communication and Crowd Perception

IROS 2025

Distributed Multi-Agent Path Finding (MAPF) integrated with Multi-Agent Reinforcement Learning (MARL) has emerged as a prominent research focus, enabling real-time cooperative decision-making in partially observable environments through inter-agent communication. However, due to insufficient collabo

Cited by 0SourceScholar
2025

PMQ-VE: Progressive Multi-Frame Quantization for Video Enhancement

NeurIPS 2025poster

Multi-frame video enhancement tasks aim to improve the spatial and temporal resolution and quality of video sequences by leveraging temporal information from multiple frames, which are widely used in streaming video processing, surveillance, and generation. Although numerous Transformer-based enhanc…

Cited by 0SourcecodeScholar
2025

Plug-in Feedback Self-adaptive Attention in CLIP for Training-free Open-Vocabulary Segmentation

ICCV 2025poster

CLIP exhibits strong visual-textual alignment but struggle with open-vocabulary segmentation due to poor localization. Prior methods enhance spatial coherence by modifying intermediate attention. But, this coherence isn't consistently propagated to the final output due to subsequent operations such…

2025

Point Clean-label Backdoor Attack for Specific Classes via Feature Entanglement

ICASSP 2025accepted

Point cloud classifiers have been recently demonstrated to be vulnerable to backdoor attacks. The infected model functions normally on clean data, yet its predictions are errors when triggers are encountered. Currently, the point clean-label backdoor attack (PointCBA) method utilizes feature disenta…

Cited by 0SourceScholar
2025

PointMAC: Meta-Learned Adaptation for Robust Test-Time Point Cloud Completion

NeurIPS 2025poster

Point cloud completion is essential for robust 3D perception in safety-critical applications such as robotics and augmented reality. However, existing models perform static inference and rely heavily on inductive biases learned during training, limiting their ability to adapt to novel structural pat…

Cited by 0SourceScholar
2025

QMambaBSR: Burst Image Super-Resolution with Query State Space Model

CVPR 2025poster

Burst super-resolution (BurstSR) aims to reconstruct high-resolution images by fusing subpixel details from multiple low-resolution burst frames. The primary challenge lies in effectively extracting useful information while mitigating the impact of high-frequency noise. Most existing methods rely on…

Cited by 5SourcePDFScholar
2025

Recurrent Convex Difference Neural Networks for Safety-Critical Model Predictive Control

RA-L 2025

Optimal control and planning with safety considerations constitute a fundamental challenge in model predictive control (MPC) applications, which has recently been addressed by integrating Control Barrier Functions (CBFs) to yield a safety-critical form of MPC, known as MPC-CBF. However, current neur

Cited by 0SourceScholar
2025

Representation Learning with Mutual Influence of Modalities for Node Classification in Multi-Modal Heterogeneous Networks

IJCAI 2025

Nowadays, numerous online platforms can be described as multi-modal heterogeneous networks (MMHNs), such as Douban's movie networks and Amazon's product review networks. Accurately categorizing nodes within these networks is crucial for analyzing the corresponding entities, which requires effective

2025

Revealing Concept Shift in Spatio-Temporal Graphs via State Learning

IJCAI 2025

Dynamic graphs are ubiquitous in the real world, presenting the temporal evolution of individuals within spatial associations. Recently, dynamic graph learning research is flourishing, striving to more effectively capture evolutionary patterns and spatial correlations. However, existing methods stil

Cited by 0SourcePDFScholar
2025

Robust Spatio-Temporal Centralized Interaction for OOD Learning

ICML 2025poster

Recently, spatiotemporal graph convolutional networks have achieved dominant performance in spatiotemporal prediction tasks. However, most models relying on node-to-node messaging interaction exhibit sensitivity to spatiotemporal shifts, encountering out-of-distribution (OOD) challenges. To address…

2025

SMamba: Sparse Mamba for Event-based Object Detection

AAAI 2025technical

Transformer-based methods have achieved remarkable performance in event-based object detection, owing to the global modeling ability. However, they neglect the influence of non-event and noisy regions and process them uniformly, leading to high computational overhead. To mitigate computation cost, s…

2025

STEM-LTS: Integrating Semantic-Temporal Dynamics in LLM-driven Time Series Analysis

AAAI 2025technical

Time series forecasting plays a crucial role in domains such as finance, healthcare, and climate science. However, as modern time series data become increasingly complex, featuring high dimensionality, intricate spatiotemporal dependencies, and multi-scale evolutionary patterns, traditional analytic…

Cited by 0SourcePDFScholar
2025

Spatiotemporal Causal Decoupling Model for Air Quality Forecasting

ICASSP 2025accepted

Due to the profound impact of air pollution on human health, livelihoods, and economic development, air quality forecasting is of paramount significance. Initially, we employ the causal graph method to scrutinize the constraints of existing research in comprehensively modeling the causal relationshi…

Cited by 0SourceScholar
2025

SwS: Self-aware Weakness-driven Problem Synthesis in Reinforcement Learning for LLM Reasoning

NeurIPS 2025poster

Reinforcement Learning with Verifiable Rewards (RLVR) has proven effective for training large language models (LLMs) on complex reasoning tasks, such as mathematical problem solving. A prerequisite for the scalability of RLVR is a high-quality problem set with precise and verifiable answers. However…

Cited by 0SourcecodeScholar
2025

SwitchLingua: The First Large-Scale Multilingual and Multi-Ethnic Code-Switching Dataset

NeurIPS 2025poster

Code-switching (CS) is the alternating use of two or more languages within a conversation or utterance, often influenced by social context and speaker identity. This linguistic phenomenon poses challenges for Automatic Speech Recognition (ASR) systems, which are typically designed for a single langu…

Cited by 0SourcecodeScholar
2025

SynEVO: A neuro-inspired spatiotemporal evolutional framework for cross-domain adaptation

ICML 2025spotlight

Discovering regularities from spatiotemporal systems can benefit various scientific and social planning. Current spatiotemporal learners usually train an independent model from a specific source data that leads to limited transferability among sources, where even correlated tasks requires new design…

2025

TS-MOF: Two-Stage Multi-Objective Fine-tuning for Long-Tailed Recognition

NeurIPS 2025poster

Long-Tailed Recognition (LTR) presents a significant challenge due to extreme class imbalance, where existing methods often struggle to balance performance across head and tail classes. Directly applying multi-objective optimization (MOO) to leverage multiple LTR strategies can be complex and unstab…

Cited by 0SourceScholar
2025

Time-Frequency Disentanglement Boosted Pre-Training: A Universal Spatio-Temporal Modeling Framework

IJCAI 2025

Current spatio-temporal modeling techniques largely rely on the abundant data and the design of task-specific models. However, many cities lack well-established digital infrastructures, making data scarcity and the high cost of model development significant barriers to application deployment. Theref

Cited by 0SourcePDFScholar
2025

Time-Space-Interlaced Spatiotemporal Graph Forecasting via Two-Stage Summarized Attention

ICASSP 2025accepted

Typical spatiotemporal graph forecasting methods process graph-structured spatiotemporal data respectively from spatial and temporal perspectives with the idea of divide and conquer. Existing works are incapable of capturing long-term transdimensional correlations among different spatial points in d…

Cited by 0SourceScholar
2025

TimeBase: The Power of Minimalism in Efficient Long-term Time Series Forecasting

ICML 2025spotlight

Long-term time series forecasting (LTSF) has traditionally relied on large parameters to capture extended temporal dependencies, resulting in substantial computational costs and inefficiencies in both memory usage and processing time. However, time series data, unlike high-dimensional images or te…

2025

Towards Realistic Data Generation for Real-World Super-Resolution

ICLR 2025poster

Existing image super-resolution (SR) techniques often fail to generalize effectively in complex real-world settings due to the significant divergence between training data and practical scenarios. To address this challenge, previous efforts have either manually simulated intricate physical-based deg…

Cited by 14SourcePDFScholar
2025

UGPhysics: A Comprehensive Benchmark for Undergraduate Physics Reasoning with Large Language Models

ICML 2025poster

Large language models (LLMs) have demonstrated remarkable capabilities in solving complex reasoning tasks, particularly in mathematics. However, the domain of physics reasoning presents unique challenges that have received significantly less attention. Existing benchmarks often fall short in evaluat…

2025

Unsupervised Domain Adaptive Person Search via Dual Self-Calibration

AAAI 2025technical

Unsupervised Domain Adaptive (UDA) person search focuses on employing the model trained on a labeled source domain dataset to a target domain dataset without any additional annotations. Most effective UDA person search methods typically utilize the ground truth of the source domain and pseudo-labels…

2024

Adapting to Distribution Shift by Visual Domain Prompt Generation

ICLR 2024poster

In this paper, we aim to adapt a model at test-time using a few unlabeled data to address distribution shifts. To tackle the challenges of extracting domain knowledge from a limited amount of data, it is crucial to utilize correlated information from pre-trained backbones and source domains. Previo…

2024

Advancing DRL Agents in Commercial Fighting Games: Training, Integration, and Agent-Human Alignment

ICML 2024poster

Deep Reinforcement Learning (DRL) agents have demonstrated impressive success in a wide range of game genres. However, existing research primarily focuses on optimizing DRL competence rather than addressing the challenge of prolonged player interaction. In this paper, we propose a practical DRL agen…

Cited by 3SourcePDFScholar
2024

Apprenticeship-Inspired Elegance: Synergistic Knowledge Distillation Empowers Spiking Neural Networks for Efficient Single-Eye Emotion Recognition

IJCAI 2024poster

We introduce a novel multimodality synergistic knowledge distillation scheme tailored for efficient single-eye motion recognition tasks. This method allows a lightweight, unimodal student spiking neural network (SNN) to extract rich knowledge from an event-frame multimodal teacher network. The core…

Cited by 1SourcePDFScholar
2024

Benchmarking PtO and PnO Methods in the Predictive Combinatorial Optimization Regime

NeurIPS 2024poster

Predictive combinatorial optimization, where the parameters of combinatorial optimization (CO) are unknown at the decision-making time, is the precise modeling of many real-world applications, including energy cost-aware scheduling and budget allocation on advertising. Tackling such a problem usuall…

Cited by 1SourcecodeScholar
2024

Both Matter: Enhancing the Emotional Intelligence of Large Language Models without Compromising the General Intelligence

ACL 2024findings

Emotional Intelligence (EI), consisting of emotion perception, emotion cognition and emotion expression, plays the critical roles in improving user interaction experience for the current large language model (LLM) based conversational general AI assistants. Previous works mainly focus on raising the…

2024

Breaking Long-Tailed Learning Bottlenecks: A Controllable Paradigm with Hypernetwork-Generated Diverse Experts

NeurIPS 2024spotlight

Traditional long-tailed learning methods often perform poorly when dealing with inconsistencies between training and test data distributions, and they cannot flexibly adapt to different user preferences for trade-offs between head and tail classes. To address this issue, we propose a novel long-tail…

2024

Data-Driven Modeling of Ground Effect For UAV Landing on a Vertical Oscillating Platform

IROS 2024poster

Landing on a vertically oscillating platform poses a significant challenge for multi-rotor unmanned aerial vehicle (UAVs) due to the time-varying ground effect (GE). In this work, we formulated a data-driven GE dynamic model that accurately describes the complex interactions between UAVs and both st…

Cited by 0SourceScholar
2024

Double-Checker: Large Language Model as a Checker for Few-shot Named Entity Recognition

EMNLP 2024finding

Recently, few-shot Named Entity Recognition (NER) has attracted significant attention due to the high cost of obtaining high-quality labeled data. Decomposition-based methods have demonstrated remarkable performance on this task, which initially train a type-independent span detector and subsequentl…

2024

DriveVLM: The Convergence of Autonomous Driving and Large Vision-Language Models

CoRL 2024poster

A primary hurdle of autonomous driving in urban environments is understanding complex and long-tail scenarios, such as challenging road conditions and delicate human behaviors. We introduce DriveVLM, an autonomous driving system leveraging Vision-Language Models (VLMs) for enhanced scene understandi…

Cited by 190SourceScholar
2024

Dynamic Modeling of Robotic Fish considering Background Flow using Koopman Operators

IROS 2024poster

Dynamic model is essential for robust and reliable robotic fish motion control. Despite considerable efforts in robotic fish dynamic modeling, background flow has not been well considered yet, leading to the deterioration of applying robotic fish to practice. In this paper, we propose a novel dynami…

Cited by 0SourceScholar
2024

ELF-UA: Efficient Label-Free User Adaptation in Gaze Estimation

IJCAI 2024poster

We consider the problem of user-adaptive 3D gaze estimation. The performance of person-independent gaze estimation is limited due to interpersonal anatomical differences. Our goal is to provide a personalized gaze estimation model specifically adapted to a target user. Previous work on user-adaptive…

Cited by 1SourcePDFScholar
2024

Fair Graph Learning Using Constraint-Aware Priority Adjustment and Graph Masking in River Networks

AAAI 2024technical

Accurate prediction of water quality and quantity is crucial for sustainable development and human well-being. However, existing data-driven methods often suffer from spatial biases in model performance due to heterogeneous data, limited observations, and noisy sensor data. To overcome these challen…

2024

Fast One-Stage Unsupervised Domain Adaptive Person Search

IJCAI 2024poster

Unsupervised person search aims to localize a particular target person from a gallery set of scene images without annotations, which is extremely challenging due to the unexpected variations of the unlabeled domains. However, most existing methods dedicate to developing multi-stage models to adapt d…

2024

Get Rid of Isolation: A Continuous Multi-task Spatio-Temporal Learning Framework

NeurIPS 2024oral

Spatiotemporal learning has become a pivotal technique to enable urban intelligence. Traditional spatiotemporal models mostly focus on a specific task by assuming a same distribution between training and testing sets. However, given that urban systems are usually dynamic, multi-sourced with imbalanc…

2024

Gradient Reactivation Enhanced Causal Attention for Out-Of-Distribution Generalizable Graph Classification

ICASSP 2024accepted

Seeking for generalizable graph representations becomes hot spot in the area of graph learning. Recently, causality theory has been applied for extracting the causal relations between graph data and labels, which are generalizable under distribution shift and result in better OOD generalization. In…

Cited by 0SourceScholar
2024

Graph Networks Stand Strong: Enhancing Robustness via Stability Constraints

ICASSP 2024accepted

Graph neural networks (GNNs) have achieved great success in graph classification tasks across many domains. However, the varying quality of real-world graph data leads to stability and reliability issues for real-world applications of graph neural networks (GNNs). Improving the robustness of GNNs wo…

Cited by 0SourceScholar
2024

HDMixer: Hierarchical Dependency with Extendable Patch for Multivariate Time Series Forecasting

AAAI 2024technical

Multivariate time series (MTS) prediction has been widely adopted in various scenarios. Recently, some methods have employed patching to enhance local semantics and improve model performance. However, length-fixed patch are prone to losing temporal boundary information, such as complete peaks and pe…

2024

Improving Generalization of Dynamic Graph Learning via Environment Prompt

NeurIPS 2024poster

Out-of-distribution (OOD) generalization issue is a well-known challenge within deep learning tasks. In dynamic graphs, the change of temporal environments is regarded as the main cause of data distribution shift. While numerous OOD studies focusing on environment factors have achieved remarkable pe…

Cited by 1SourcePDFScholar
2024

Kill Two Birds with One Stone: Rethinking Data Augmentation for Deep Long-tailed Learning

ICLR 2024poster

Real-world tasks are universally associated with training samples that exhibit a long-tailed class distribution, and traditional deep learning models are not suitable for fitting this distribution, thus resulting in a biased trained model. To surmount this dilemma, massive deep long-tailed learning…

Cited by 13SourcePDFScholar
2024

LLM-AutoDA: Large Language Model-Driven Automatic Data Augmentation for Long-tailed Problems

NeurIPS 2024poster

The long-tailed distribution is the underlying nature of real-world data, and it presents unprecedented challenges for training deep learning models. Existing long-tailed learning paradigms based on re-balancing or data augmentation have partially alleviated the long-tailed problem. However, they st…

Cited by 2SourcePDFScholar
2024

LLM-Based Agent Society Investigation: Collaboration and Confrontation in Avalon Gameplay

EMNLP 2024main

This paper explores the open research problem of understanding the social behaviors of LLM-based agents. Using Avalon as a testbed, we employ system prompts to guide LLM agents in gameplay. While previous studies have touched on gameplay with LLM agents, research on their social behaviors is lacking…

2024

LeRet: Language-Empowered Retentive Network for Time Series Forecasting

IJCAI 2024poster

Time series forecasting (TSF) plays a pivotal role in many real-world applications. Recently, the utilization of Large Language Models (LLM) in TSF has demonstrated exceptional predictive performance, surpassing most task-specific forecasting models. The success of LLM-based forecasting methods unde…

2024

MMGNN: A Molecular Merged Graph Neural Network for Explainable Solvation Free Energy Prediction

IJCAI 2024poster

In this paper, we address the challenge of accurately modeling and predicting Gibbs free energy in solute-solvent interactions, a pivotal yet complex aspect in the field of chemical modeling. Traditional approaches, primarily relying on deep learning models, face limitations in capturing the intrica…

Cited by 5SourcePDFScholar
2024

Make Bricks with a Little Straw: Large-Scale Spatio-Temporal Graph Learning with Restricted GPU-Memory Capacity

IJCAI 2024poster

Traffic prediction plays a key role in various smart city applications, which can help traffic managers make traffic plans in advance, assist online ride-hailing companies in deploying vehicles reasonably, and provide early warning of congestion for safety authorities. While increasingly complex mod…

Cited by 2SourcePDFScholar
2024

Multi-Level Progressive Reinforcement Learning for Control Policy in Physical Simulations

ICRA 2024poster

Training model-free intelligent agents in complex real-world scenarios using reinforcement learning (RL) often necessitates simulation-based environments due to high physical expenses. However, when simulation takes a long time, e.g., in an unsteady 3D fluid simulation with interactions to the contr…

Cited by 0SourceScholar
2024

NondBREM: Nondeterministic Offline Reinforcement Learning for Large-Scale Order Dispatching

AAAI 2024technical

One of the most important tasks in ride-hailing is order dispatching, i.e., assigning unserved orders to available drivers. Recent order dispatching has achieved a significant improvement due to the advance of reinforcement learning, which has been approved to be able to effectively address sequenti…

Cited by 6SourcePDFScholar
2024

NuwaDynamics: Discovering and Updating in Causal Spatio-Temporal Modeling

ICLR 2024spotlight

Spatio-temporal (ST) prediction plays a pivotal role in earth sciences, such as meteorological prediction, urban computing. Adequate high-quality data, coupled with deep models capable of inference, are both indispensable and prerequisite for achieving meaningful results. However, the sparsity of da…

Cited by 12SourcePDFScholar
2024

On the Convergence of Projected Bures-Wasserstein Gradient Descent under Euclidean Strong Convexity

ICML 2024poster

The Bures-Wasserstein (BW) gradient descent method has gained considerable attention in various domains, including Gaussian barycenter, matrix recovery and variational inference problems, due to its alignment with the Wasserstein geometry of normal distributions. Despite its popularity, existing con…

Cited by 0SourcePDFScholar
2024

RL in Markov Games with Independent Function Approximation: Improved Sample Complexity Bound under the Local Access Model

AISTATS 2024poster

Efficiently learning equilibria with large state and action spaces in general-sum Markov games while overcoming the curse of multi-agency is a challenging problem. Recent works have attempted to solve this problem by employing independent linear function classes to approximate the marginal $Q$-value…

Cited by 2SourcePDFScholar
2024

Retrieve-Plan-Generation: An Iterative Planning and Answering Framework for Knowledge-Intensive LLM Generation

EMNLP 2024main

Despite the significant progress of large language models (LLMs) in various tasks, they often produce factual errors due to their limited internal knowledge. Retrieval-Augmented Generation (RAG), which enhances LLMs with external knowledge sources, offers a promising solution. However, these methods…

2024

Scene-Adaptive Person Search via Bilateral Modulations

IJCAI 2024poster

Person search aims to localize specific a target person from a gallery set of images with various scenes. As the scene of moving pedestrian changes, the captured person image inevitably bring in lots of background noise and foreground noise on the person feature, which are completely unrelated to th…

2024

Test-Time Domain Adaptation by Learning Domain-Aware Batch Normalization

AAAI 2024technical

Test-time domain adaptation aims to adapt the model trained on source domains to unseen target domains using a few unlabeled images. Emerging research has shown that the label and domain information is separately embedded in the weight matrix and batch normalization (BN) layer. Previous works normal…

2024

Test-Time Personalization with Meta Prompt for Gaze Estimation

AAAI 2024technical

Despite the recent remarkable achievement in gaze estimation, efficient and accurate personalization of gaze estimation without labels is a practical problem but rarely touched on in the literature. To achieve efficient personalization, we take inspiration from the recent advances in Natural Langua…

2024

Towards Dynamic Spatial-Temporal Graph Learning: A Decoupled Perspective

AAAI 2024technical

With the progress of urban transportation systems, a significant amount of high-quality traffic data is continuously collected through streaming manners, which has propelled the prosperity of the field of spatial-temporal graph prediction. In this paper, rather than solely focusing on designing pow…

Cited by 20SourcePDFScholar
2024

Two Fists, One Heart: Multi-Objective Optimization Based Strategy Fusion for Long-tailed Learning

ICML 2024poster

Real-world data generally follows a long-tailed distribution, which makes traditional high-performance training strategies unable to show their usual effects. Various insights have been proposed to alleviate this challenging distribution. However, some observations indicate that models trained on lo…

Cited by 4SourcePDFScholar
2024

VPTQ: Extreme Low-bit Vector Post-Training Quantization for Large Language Models

EMNLP 2024main

Scaling model size significantly challenges the deployment and inference of Large Language Models (LLMs). Due to the redundancy in LLM weights, recent research has focused on pushing weight-only quantization to extremely low-bit (even down to 2 bits). It reduces memory requirements, optimizes storag…

2023

A Laplace-inspired Distribution on SO(3) for Probabilistic Rotation Estimation

ICLR 2023top-25%

Estimating the 3DoF rotation from a single RGB image is an important yet challenging problem. Probabilistic rotation regression has raised more and more attention with the benefit of expressing uncertainty information along with the prediction. Though modeling noise using Gaussian-resembling Bingham…

2023

CrossGNN: Confronting Noisy Multivariate Time Series Via Cross Interaction Refinement

NeurIPS 2023poster

Recently, multivariate time series (MTS) forecasting techniques have seen rapid development and widespread applications across various fields. Transformer-based and GNN-based methods have shown promising potential due to their strong ability to model interaction of time and variables. However, by co…

2023

Delving Into Discrete Normalizing Flows on SO(3) Manifold for Probabilistic Rotation Modeling

CVPR 2023poster

Normalizing flows (NFs) provide a powerful tool to construct an expressive distribution by a sequence of trackable transformations of a base distribution and form a probabilistic model of underlying data.Rotation, as an important quantity in computer vision, graphics, and robotics, can exhibit many…

2023

Design and Evaluation of Bidirectional Continuous Rotation and Variable Curvature Needle Steering Algorithm

IROS 2023poster

The success rate of robotic-assisted needle-guided interventions for applications such as tissue biopsy and targeted drug delivery relies heavily on the accuracy of the needle placement. Tissue shift and needle tip deflection due to needle-tissue interaction are some factors that can adversely affec…

Cited by 3SourceScholar
2023

Exploring Learning-Based Control Policy for Fish-Like Robots in Altered Background Flows

IROS 2023poster

The study of motion control for the fish-like robots in complex fluid fields is of great importance in improving the performance of underwater vehicles, due to its strong maneuverability, propulsion efficiency, and deceptive visual appearance. In this article, a novel learning-based control framewor…

Cited by 2SourceScholar
2023

Fair Representation Learning with Unreliable Labels

AISTATS 2023poster

In learning with fairness, for every instance, its label can be randomly flipped to another class due to the practitioner’s prejudice, namely, label bias. The existing well-studied fair representation learning methods focus on removing the dependency between the sensitive factors and the input data,…

Cited by 10SourcePDFScholar
2023

GReTo: Remedying dynamic graph topology-task discordance via target homophily

ICLR 2023poster

Dynamic graphs are ubiquitous across disciplines where observations usually change over time. Regressions on dynamic graphs often contribute to diverse critical tasks, such as climate early-warning and traffic controlling. Existing homophily Graph Neural Networks (GNNs) adopt physical connections or…

Cited by 36SourcePDFScholar
2023

MetaGCD: Learning to Continually Learn in Generalized Category Discovery

ICCV 2023poster

In this paper, we consider a real-world scenario where a model that is trained on pre-defined classes continually encounters unlabeled data that contains both known and novel classes. The goal is to continually discover novel classes while maintaining the performance in known classes. We name the se…

Cited by 35PDFcodeScholar
2023

MetaZSCIL: A Meta-Learning Approach for Generalized Zero-Shot Class Incremental Learning

AAAI 2023technical

Generalized zero-shot learning (GZSL) aims to recognize samples whose categories may not have been seen at training. Standard GZSL cannot handle dynamic addition of new seen and unseen classes. In order to address this limitation, some recent attempts have been made to develop continual GZSL methods…

Cited by 14SourcePDFScholar
2023

Noncontact Particle Manipulation on Water Surface with Ultrasonic Phased Array System and Microscopic Vision

ICRA 2023poster

Noncontact particle manipulation (NPM) shows great application potential than its conventional counterpart particularly in terms of non-invasiveness, and thus has significantly extended robotic manipulation capacity into bio- medical engineering, material science, etc. As NPM by means of electric, m…

Cited by 5SourceScholar
2023

Optimal Contextual Bandits with Knapsacks under Realizability via Regression Oracles

AISTATS 2023poster

We study the stochastic contextual bandit with knapsacks (CBwK) problem, where each action, taken upon a context, not only leads to a random reward but also costs a random resource consumption in a vector form. The challenge is to maximize the total reward without violating the budget for each resou…

2023

Point-TTA: Test-Time Adaptation for Point Cloud Registration Using Multitask Meta-Auxiliary Learning

ICCV 2023poster

We present Point-TTA, a novel test-time adaptation framework for point cloud registration (PCR) that improves the generalization and the performance of registration models. While learning-based approaches have achieved impressive progress, generalization to unknown testing environments remains a maj…

Cited by 21PDFScholar
2023

Pondering About Task Spatial Misalignment: Classification-Localization Equilibrated Object Detection

ICASSP 2023accepted

Object detection is a fundamental task in computer vision, consisting of both classification and localization tasks. Previous works mostly perform classification and localization with shared feature extractor like Convolution Neural Network. However, the tasks of classification and localization exhi…

Cited by 0SourceScholar
2023

Searching Lottery Tickets in Graph Neural Networks: A Dual Perspective

ICLR 2023poster

Graph Neural Networks (GNNs) have shown great promise in various graph learning tasks. However, the computational overheads of fitting GNNs to large-scale graphs grow rapidly, posing obstacles to GNNs from scaling up to real-world applications. To tackle this issue, Graph Lottery Ticket (GLT) hypoth…

Cited by 38SourcePDFScholar
2022

Beyond Homophily: Structure-aware Path Aggregation Graph Neural Network

IJCAI 2022poster

Graph neural networks (GNNs) have been intensively studied in various real-world tasks. However, the homophily assumption of GNNs' aggregation function limits their representation learning ability in heterophily graphs. In this paper, we shed light on the path level patterns in graphs that can exp…

2022

Contrastive Learning for Unsupervised Video Highlight Detection

CVPR 2022poster

Video highlight detection can greatly simplify video browsing, potentially paving the way for a wide range of applications. Existing efforts are mostly fully-supervised, requiring humans to manually identify and label the interesting moments (called highlights) in a video. Recent weakly supervised m…

Cited by 53PDFcodeScholar
2022

DGraph: A Large-Scale Financial Dataset for Graph Anomaly Detection

NeurIPS 2022accept

Graph Anomaly Detection (GAD) has recently become a hot research spot due to its practicability and theoretical value. Since GAD emphasizes the application and the rarity of anomalous samples, enriching the varieties of its datasets is fundamental. Thus, this paper present DGraph, a real-world dynam…

Cited by 97SourcePDFScholar
2022

Domain Generalization by Learning and Removing Domain-specific Features

NeurIPS 2022accept

Deep Neural Networks (DNNs) suffer from domain shift when the test dataset follows a distribution different from the training dataset. Domain generalization aims to tackle this issue by learning a model that can generalize to unseen domains. In this paper, we propose a new approach that aims to expl…

2022

EAD-Conformer: a Conformer-Based Encoder-Attention-Decoder-Network for Multi-Task Audio Source Separation

ICASSP 2022accepted

In this paper, we propose a Conformer-based network to improve the performance of multi-task audio source separation. This network, named EAD-Conformer, employs Conformer blocks to capture both local and global information, and an encoder-attention-decoder manner encourages the network to perform at…

Cited by 8SourceScholar