← Search

Liu Yang

47 accepted papers

2026

FedDNA: DNA Sequence Reconstruction via Deep Evidential Learning and Personalized Federated Aggregation

AAAI 2026technical

DNA-based data storage offers an attractive alternative to traditional media due to its exceptional density, durability, and sustainability. However, errors introduced across the DNA storage pipeline critically impede accurate sequence reconstruction from noisy sequencing reads. This paper addresses

Cited by 0SourcePDFScholar
2026

GIER: Addressing Class Imbalance in GNNs Through Experience Replay

AAAI 2026technical

The prevalent class imbalance in real-world graphs significantly affects the performance of Graph Neural Networks (GNNs). Existing methods for analyzing graph imbalance ignore the influence of minority nodes during the dynamic model training process, resulting in performance limitations. In this pap

Cited by 0SourcePDFScholar
2026

HiFC-GAN: Hierarchical Feature-Constrained GAN for Optical-to-SAR Transfer in SAR Target Classification

AAAI 2026technical

The limited availability of high-quality training data poses a persistent challenge for synthetic aperture radar (SAR) target classification. Existing data augmentation methods mainly adopt a simplistic application of GAN-based style transfer techniques to directly synthesize pseudo-SAR images from

Cited by 0SourcePDFScholar
2026

Intra-Class Unbiased Prototype Aggregation and Classifier Collaboration for Personalized Federated Learning

AAAI 2026technical

Prototype-based personalized federated learning methods have emerged as a promising strategy due to their ability to represent client-specific class characteristics effectively through learned class prototypes. These prototypes capture salient features of client-local data, facilitating personalized

Cited by 0SourcePDFScholar
2026

Less Is More: Rethinking Parameter-Efficient Fine-Tuning from a Subtractive Perspective

AAAI 2026technical

Currently, pretrained models are rapidly scaling in size, which substantially increases the cost of fine-tuning them for downstream tasks. To address this challenge, parameter-efficient fine-tuning (PEFT) methods have been developed to optimize a minimal set of parameters for adaptation. While curre

Cited by 0SourcePDFScholar
2026

ODI-Bench: Can MLLMs Understand Immersive Omnidirectional Environments?

ICLR 2026poster

Omnidirectional images (ODIs) provide full 360$^{\circ} \times$ 180$^{\circ}$ view which are widely adopted in VR, AR and embodied intelligence applications. While multi-modal large language models (MLLMs) have demonstrated remarkable performance on conventional 2D image and video understanding benc…

Cited by 0SourceScholar
2026

ParEVO: Synthesizing Code for Irregular Data: High-Performance Parallelism through Agentic Evolution

ICML 2026poster

The transition from sequential to parallel computing is essential for modern high-performance applications but is hindered by the steep learning curve of concurrent programming. This challenge is magnified for \textbf{irregular data structures} (such as sparse graphs, unbalanced trees, and non-unifo…

Cited by 0SourceScholar
2025

A Bio-inspired Spherical Soft Magnetic Millirobot for Gastrointestinal Applications

IROS 2025

Gastroscopy and colonoscopy have become the fundamental tools for gastrointestinal (GI) tract diagnosis and treatment. Conventional tethered devices usually lead to the use of anesthetic agents and patient discomfort. Capsule endoscopy is becoming an ideal alternative, however, the smooth capsule sh

Cited by 0SourceScholar
2025

ADFormer: Aggregation Differential Transformer for Passenger Demand Forecasting

IJCAI 2025

Passenger demand forecasting helps optimize vehicle scheduling, thereby improving urban efficiency. Recently, attention-based methods have been used to adequately capture the dynamic nature of spatio-temporal data. However, existing methods that rely on heuristic masking strategies cannot fully adap

2025

An Out-Of-Distribution Membership Inference Attack Approach for Cross-Domain Graph Attacks

IJCAI 2025

Graph Neural Network-based methods face privacy leakage risks due to the introduction of topological structures about the targets, which allows attackers to bypass the target's prior knowledge of the sensitive attributes and realize membership inference attacks (MIA) by observing and analyzing the t

Cited by 0SourcePDFScholar
2025

CGEDN: Approximation of Graph Edit Distance with Path Generation via Learning Node Matching

ICASSP 2025accepted

Graph Edit Distance (GED) is a classical graph similarity metric. Since exact GED computation is NP-hard, existing GNN-based methods try to approximate GED in polynomial time. However, they still lack support for edge labels or the ability to generate an edit path. To address these limitations, we p…

Cited by 0SourceScholar
2025

ConFREE: Conflict-free Client Update Aggregation for Personalized Federated Learning

AAAI 2025technical

Negative transfer (NF) is a critical challenge in personalized federated learning (pFL). Existing methods primarily focus on adapting local data distribution on the client side, which can only resist NF, rather than avoid NF itself. To tackle NF at its root, we investigate its mechanism through the…

Cited by 0SourcePDFScholar
2025

Enhancing Extrapolation Reasoning on Temporal Knowledge Graphs with Logic Rules and Queries

ICASSP 2025accepted

Extrapolation reasoning on Temporal Knowledge Graphs (TKGs) plays a pivotal role in various systems, including retrieval, recommendation, and Q&A. Traditional TKG reasoning methods tend to emphasize modeling the local and global features of facts, often overlooking the alignment with query semantics…

Cited by 0SourceScholar
2025

Enhancing Session-Based Recommendation with Hypergraph Motifs and Contrastive Learning

ICASSP 2025accepted

Session-based recommendation (SBR) provides personalized recommendations by analyzing the interactions of anonymous session users. Recent approaches based on graph neural networks (GNNs) focus on pairwise relations to infer potential user preferences. However, real-world user interactions are often…

Cited by 0SourceScholar
2025

Everything Everywhere All at Once: LLMs can In-Context Learn Multiple Tasks in Superposition

ICML 2025spotlight

Large Language Models (LLMs) have demonstrated remarkable in-context learning (ICL) capabilities. In this study, we explore a surprising phenomenon related to ICL: LLMs can perform multiple, computationally distinct ICL tasks simultaneously, during a single inference call, a capability we term task…

Cited by 3SourcePDFScholar
2025

F-Bench: Rethinking Human Preference Evaluation Metrics for Benchmarking Face Generation, Customization, and Restoration

ICCV 2025poster

Recent artificial intelligence (AI) generative models have demonstrated remarkable capabilities in image production, and have been widely applied to face image generation, customization, and restoration. However, many AI-generated faces (AIGFs) still suffer from issues such as unique distortions, un…

Cited by 0SourcePDFScholar
2025

FedCALM: Conflict-aware Layer-wise Mitigation for Selective Aggregation in Deeper Personalized Federated Learning

CVPR 2025poster

Server aggregation conflict is a key challenge in personalized federated learning (PFL). While existing PFL methods have achieved significant progress with shallow base models (e.g., four-layer CNNs), they often overlook the negative impacts of deeper base models on personalization mechanisms. In th…

Cited by 0SourcePDFScholar
2025

FineVQ: Fine-Grained User Generated Content Video Quality Assessment

CVPR 2025highlight

The rapid growth of user-generated content (UGC) videos has produced an urgent need for effective video quality assessment (VQA) algorithms to monitor video quality and guide optimization and recommendation procedures. However, current VQA models generally only give an overall rating for a UGC video…

2025

GradPFL: Gradient-Driven Adaptive Clustering in Personalized Federated Learning

ICASSP 2025accepted

Many existing personalized federated learning (PFL) methods utilize clustering-based aggregation to group clients with similar data characteristics, improving model performance by promoting collaboration among clients with shared features. While this method effectively mitigates some challenges pose…

Cited by 0SourceScholar
2025

HLMEA: Unsupervised Entity Alignment Based on Hybrid Language Models

AAAI 2025technical

Entity alignment (EA) is crucial for integrating knowledge graphs (KGs) constructed from diverse sources. Conventional unsupervised EA approaches attempt to eliminate human intervention but often suffer from accuracy limitations. With the rise of large language models (LLMs), leveraging their capabi…

2025

How Well Can Transformers Emulate In-Context Newton's Method?

AISTATS 2025poster

Transformer-based models have demonstrated remarkable in-context learning capabilities, prompting extensive research into its underlying mechanisms. Recent studies have suggested that Transformers can implement first-order optimization algorithms for in-context learning and even second order ones fo…

Cited by 0SourceScholar
2025

SAGENet: Binaural Echo-Based 3D Depth Estimation with Sparse Angular Queries and Refined Geometric Cues

IROS 2025

In this paper, we propose SAGENet that utilizes only binaural echoes (i.e., for scenarios when vision perception seriously degrades) for scene depth estimation. Unlike previous methods that implicitly learn spatial features from echoes, which may cause shape and scale drift, SAGENet explicitly extra

Cited by 0SourcecodeScholar
2024

Double Reverse Regularization Network Based on Self-Knowledge Distillation for SAR Object Classification

ICASSP 2024accepted

In current synthetic aperture radar (SAR) object classification, one of the major challenges is the severe overfitting issue due to the limited dataset (few-shot) and noisy data. Considering the advantages of knowledge distillation as a learned label smoothing regularization, this paper proposes a n…

Cited by 0SourceScholar
2024

Dual-Stream Contrastive Predictive Network with Joint Handcrafted Feature View for SAR Ship Classification

ICASSP 2024accepted

Most existing synthetic aperture radar (SAR) ship classification technologies heavily rely on correctly labeled data, ignoring the discriminate features of unlabeled SAR ship images. Even though researchers try to enrich CNN-based features by introducing traditional handcrafted features, existing me…

Cited by 0SourceScholar
2024

HTCCN: Temporal Causal Convolutional Networks with Hawkes Process for Extrapolation Reasoning in Temporal Knowledge Graphs

NAACL 2024long

Temporal knowledge graphs (TKGs) serve as powerful tools for storing and modeling dynamic facts, holding immense potential in anticipating future facts. Since future facts are inherently unknowable, effectively modeling the intricate temporal structure of historical facts becomes paramount for accur…

Cited by 4SourcePDFScholar
2024

Looped Transformers are Better at Learning Learning Algorithms

ICLR 2024poster

Transformers have demonstrated effectiveness in in-context solving data-fitting problems from various (latent) models, as reported by Garg et al. (2022). However, the absence of an inherent iterative structure in the transformer architecture presents a challenge in emulating the iterative algorithms…

2024

RS-DPO: A Hybrid Rejection Sampling and Direct Preference Optimization Method for Alignment of Large Language Models

NAACL 2024findings

Reinforcement learning from human feedback (RLHF) has been extensively employed to align large language models with user intent. However, proximal policy optimization (PPO) based RLHF is occasionally unstable requiring significant hyperparameter finetuning, and computationally expensive to maximize…

2024

Sequential Detection of Anomalies in Noisy Outputs of an Unknown Function Using Gaussian and Yule-Simon Processes

ICASSP 2024accepted

Detection of anomalies is a common and important problem, especially when anomalies are rare and labels are difficult to acquire. Here we sequentially detect outliers in the outputs of an unknown function, which have been distorted by noise. We model the sequence of outputs by using Yule-Simon proce…

Cited by 0SourceScholar
2023

Globally Consistent Federated Graph Autoencoder for Non-IID Graphs

IJCAI 2023poster

Graph neural networks (GNNs) have been applied successfully in many machine learning tasks due to their advantages in utilizing neighboring information. Recently, with the global enactment of privacy protection regulations, federated GNNs have gained increasing attention in academia and industry. Ho…

2023

Reliable and Interpretable Personalized Federated Learning

CVPR 2023poster

Federated learning can coordinate multiple users to participate in data training while ensuring data privacy. The collaboration of multiple agents allows for a natural connection between federated learning and collective intelligence. When there are large differences in data distribution among clien…

Cited by 27SourcePDFScholar
2023

Stacking-Based Attention Temporal Convolutional Network for Action Segmentation

ICASSP 2023accepted

Action segmentation plays an important role in video understanding, which is implemented by frame-wise action classification. Recent works on action segmentation capture long-term dependencies by increasing temporal convolution layers in Temporal Convolution Networks (TCNs). However, high layers in…

Cited by 0SourceScholar
2022

Downwash-aware Control Allocation for Over-actuated UAV Platforms

IROS 2022poster

Tracking position and orientation independently affords more agile maneuver for over-actuated multirotor Unmanned Aerial Vehicles (UAVs) while introducing undesired downwash effects; downwash flows generated by thrust generators may counteract others due to close proximity, which significantly threa…

Cited by 17SourceScholar
2022

Rare Gems: Finding Lottery Tickets at Initialization

NeurIPS 2022accept

Large neural networks can be pruned to a small fraction of their original size, with little loss in accuracy, by following a time-consuming "train, prune, re-train" approach. Frankle & Carbin conjecture that we can avoid this by training lottery tickets, i.e., special sparse subnetworks found at ini…

2022

Unsupervised Clustering and Analysis of Contraction-Dependent Fetal Heart Rate Segments

ICASSP 2022accepted

The computer-aided interpretation of fetal heart rate (FHR) and uterine contraction (UC) has not been developed well enough for wide use in delivery rooms. The main challenges still lie in the lack of unclear and nonstandard labels for cardiotocography (CTG) recordings, and the timely prediction of…

Cited by 6SourceScholar
2021

Class-Imbalanced Classifiers Using Ensembles of Gaussian Processes And Gaussian Process Latent Variable Models

ICASSP 2021accepted

Classification with imbalanced data is a common and challenging problem in many practical machine learning problems. Ensemble learning is a popular solution where the results from multiple base classifiers are synthesized to reduce the effect of a possibly skewed distribution of the training set. In…

Cited by 0SourceScholar
2021

Flow-based Generative Models for Learning Manifold to Manifold Mappings

AAAI 2021technical

Many measurements or observations in computer vision and machine learning manifest as non-Euclidean data. While recent proposals (like spherical CNN) have extended a number of deep neural network architectures to manifold-valued data, and this has often provided strong improvements in performance, t…

2021

Identification of Uterine Contractions by An Ensemble of Gaussian Processes

ICASSP 2021accepted

Identifying uterine contractions with the aid of machine learning methods is necessary vis-á-vis their use in combination with fetal heart rates and other clinical data for the assessment of a fetus wellbeing. In this paper, we study contraction identification by processing noisy signals due to uter…

Cited by 0SourceScholar
2021

Long Range Arena : A Benchmark for Efficient Transformers

ICLR 2021poster

Transformers do not scale very well to long sequence lengths largely because of quadratic self-attention complexity. In the recent months, a wide spectrum of efficient, fast Transformers have been proposed to tackle this problem, more often than not claiming superior or comparable model quality to v…

2021

Particle Gibbs Sampling for Regime-Switching State-Space Models

ICASSP 2021accepted

Regime-switching state-space models (RS-SSMs) are an important class of statistical models that can be used to represent real-world phenomena. Unlike regular state-space models, RS-SSMs allow for dynamic uncertainty in the state transition and observations distributions, making them much more expres…

Cited by 0SourceScholar
2021

Toward a General Theory of Online Selective Sampling: Trading Off Mistakes and Queries

AISTATS 2021poster

While the literature on the theory of pool-based active learning has seen much progress in the past 15 years, and is now fairly mature, much less is known about its cousin problem: online selective sampling. In the stochastic online learning setting, there is a stream of iid data, and the learner is…

Cited by 11SourcePDFScholar
2020

Indoor Altitude Estimation of Unmanned Aerial Vehicles Using a Bank of Kalman Filters

ICASSP 2020accepted

Altitude estimation is important for successful control and navigation of unmanned aerial vehicles (UAVs). UAVs do not have indoor access to GPS signals and can only use on-board sensors for reliable estimation of altitude. Unfortunately, most existing navigation schemes are not robust to the presen…

Cited by 0SourceScholar
2018

Distributed Censoring with Energy Constraint in Wireless Sensor Networks

ICASSP 2018accepted

In wireless sensor networks (WSN s), energy is always precious for sensor nodes. To save energy, censoring is introduced to cut the total number of transmission by only transmitting informative data. This algorithm, however, ignores the energy consumption during the delivery of parameters, which can…

Cited by 0SourceScholar
2017

Moving target localization in multistatic sonar using time delays, Doppler shifts and arrival angles

ICASSP 2017accepted

Identifying the location of a target is a fundamental application in multistatic sonar. Numerous attempts have been made to improve the accuracy, computational efficiency and robustness of target positioning. Previous studies mostly use time delay and angle measurements for localization, or time del…

Cited by 0SourceScholar
2015

Semi-Supervised Low-Rank Mapping Learning for Multi-Label Classification

CVPR 2015poster

Multi-label problems arise in various domains including automatic multimedia data categorization, and have generated significant interest in computer vision and machine learning community. However, existing methods do not adequately address two key challenges: exploiting correlations between labels…

Cited by 90SourcePDFScholar