← Search

Min Wu

53 accepted papers

2026

A Unified Shape-Aware Foundation Model for Time Series Classification

AAAI 2026technical

Foundation models pre-trained on large-scale source datasets are reshaping the traditional training paradigm for time series classification. However, existing time series foundation models primarily focus on forecasting tasks and often overlook classification-specific challenges, such as modeling in

Cited by 0SourcePDFScholar
2026

DeepSADR: Deep Transfer Learning with Subsequence Interaction and Adaptive Readout for Cancer Drug Response Prediction

ICLR 2026poster

Cancer treatment efficacy exhibits high inter-patient heterogeneity due to genomic variations. While large-scale in vitro drug response data from cancer cell lines exist, predicting patient drug responses remains challenging due to genomic distribution shifts and the scarcity of clinical response da…

Cited by 0SourcecodeScholar
2026

Hierarchical Structure-Property Alignment for Data-Efficient Molecular Generation and Editing

AAAI 2026technical

Property-constrained molecular generation and editing are crucial in AI-driven drug discovery but remain hindered by two factors: (i) capturing the complex relationships between molecular structures and multiple properties remains challenging, and (ii) the narrow coverage and incomplete annotations

Cited by 0SourcePDFScholar
2026

Implicit Neural Representation with Multi-Scale Sine Activation

AAAI 2026technical

Implicit Neural Representations (INRs) have become a powerful paradigm for modeling continuous signals in computer vision, graphics, and scientific computing. However, multilayer perceptrons (MLPs) generally suffer from severe spectral bias, which limits their ability to accurately model high-frequ

Cited by 0SourcePDFScholar
2026

Light but Sharp: SlimSTAD for Real-Time Action Detection from Sensor Data

AAAI 2026technical

Sensory Temporal Action Detection (STAD) aims to localize and classify human actions within long, untrimmed sequences captured by non-visual sensors such as WiFi or inertial measurement units (IMUs). Unlike video-based TAD, STAD poses unique challenges due to the low-dimensional, noisy, and heteroge

Cited by 0SourcePDFScholar
2026

MAFE: Enabling Equitable Algorithm Design in Multi-Agent Multi-Stage Decision-Making Systems

ICML 2026poster

Algorithmic fairness is often studied in static or single-agent settings, yet many real-world decision-making systems involve multiple interacting entities whose multi-stage actions jointly influence long-term outcomes. Existing fairness methods applied at isolated decision points frequently fail to…

Cited by 0SourceScholar
2026

Parameterized Abstract Interpretation for Transformer Verification

AAAI 2026technical

Transformers based on the self-attention mechanism have become foundational models across a wide range of domains, thereby creating an urgent need for effective formal verification techniques to better understand their behavior and ensure safety guarantees. In this paper, we propose two parameterize

Cited by 0SourcePDFScholar
2026

Revisiting ML Training under Fully Homomorphic Encryption: Convergence Guarantees, Differential Privacy, and Efficient Algorithms

ICML 2026poster

We present the first theoretical convergence analysis of machine learning training under fully homomorphic encryption (FHE), combined with a differentially private (DP) training algorithm tailored to encrypted computation. Our approach improves computational efficiency over standard differentially p…

Cited by 0SourceScholar
2026

Tighter Truncated Rectangular Prism Approximation for RNN Robustness Verification

AAAI 2026technical

Robustness verification is a promising technique for rigorously proving Recurrent Neural Networks (RNNs) robustly. A key challenge is to over-approximate the nonlinear activation functions with linear constraints, which can transform the verification problem into an efficiently solvable linear progr

Cited by 0SourcePDFScholar
2025

Closed-form Solutions: A New Perspective on Solving Differential Equations

ICML 2025poster

The quest for analytical solutions to differential equations has traditionally been constrained by the need for extensive mathematical expertise. Machine learning methods like genetic algorithms have shown promise in this domain, but are hindered by significant computational time and the complexity…

Cited by 0SourcePDFScholar
2025

Enhancing EEG-based Covert Speech Decoding through Knowledge Transfer

ICASSP 2025accepted

Covert speech, the imagination of articulation without any actual movement of vocal apparatus, can aid individuals with speech impairments. Recent studies have shown the possibilities of decoding covert speech from non-invasive techniques such as electroencephalogram (EEG). Decoding covert speech fr…

Cited by 0SourceScholar
2025

Learning Pattern-Specific Experts for Time Series Forecasting Under Patch-level Distribution Shift

NeurIPS 2025poster

Time series forecasting, which aims to predict future values based on historical data, has garnered significant attention due to its broad range of applications. However, real-world time series often exhibit heterogeneous pattern evolution across segments, such as seasonal variations, regime changes…

Cited by 0SourcecodeScholar
2025

Learning Soft Sparse Shapes for Efficient Time-Series Classification

ICML 2025spotlight

Shapelets are discriminative subsequences (or shapes) with high interpretability in time series classification. Due to the time-intensive nature of shapelet discovery, existing shapelet-based methods mainly focus on selecting discriminative shapes while discarding others to achieve candidate subsequ…

Cited by 0SourcePDFScholar
2025

MUPO-Net: A Multilevel Dual-domain Progressive Enhancement Network with Embedded Attention for CT Metal Artifact Reduction

ICASSP 2025accepted

Metal implants in patients cause severe streaking artifacts in computed tomography (CT) images, significantly compromising image quality. Deep learning methods have been successfully applied to metal artifact reduction (MAR) in CT, but often result in overly smooth images, failing to reconstruct com…

Cited by 0SourceScholar
2025

MetaSymNet: A Tree-like Symbol Network with Adaptive Architecture and Activation Functions

AAAI 2025technical

Mathematical formulas are the language of communication between humans and nature. Discovering latent formulas from observed data is an important challenge in artificial intelligence, commonly known as symbolic regression(SR). The current mainstream SR algorithms regard SR as a combinatorial optimiz…

2025

Multimodality Helps Few-shot 3D Point Cloud Semantic Segmentation

ICLR 2025spotlight

Few-shot 3D point cloud segmentation (FS-PCS) aims at generalizing models to segment novel categories with minimal annotated support samples. While existing FS-PCS methods have shown promise, they primarily focus on unimodal point cloud inputs, overlooking the potential benefits of leveraging multim…

2024

A Neural-Guided Dynamic Symbolic Network for Exploring Mathematical Expressions from Data

ICML 2024poster

Symbolic regression (SR) is a powerful technique for discovering the underlying mathematical expressions from observed data. Inspired by the success of deep learning, recent deep generative SR methods have shown promising results. However, these methods face difficulties in processing high-dimension…

2024

Bounding the Excess Risk for Linear Models Trained on Marginal-Preserving, Differentially-Private, Synthetic Data

ICML 2024poster

The growing use of machine learning (ML) has raised concerns that an ML model may reveal private information about an individual who has contributed to the training dataset. To prevent leakage of sensitive data, we consider using differentially- private (DP), synthetic training data instead of real…

Cited by 1SourcePDFScholar
2024

Explaining Time Series via Contrastive and Locally Sparse Perturbations

ICLR 2024poster

Explaining multivariate time series is a compound challenge, as it requires identifying important locations in the time series and matching complex temporal patterns. Although previous saliency-based methods addressed the challenges, their perturbation may not alleviate the distribution shift issue,…

2024

Fully-Connected Spatial-Temporal Graph for Multivariate Time-Series Data

AAAI 2024technical

Multivariate Time-Series (MTS) data is crucial in various application fields. With its sequential and multi-source (multiple sensors) properties, MTS data inherently exhibits Spatial-Temporal (ST) dependencies, involving temporal correlations between timestamps and spatial correlations between senso…

2024

Graph-Aware Contrasting for Multivariate Time-Series Classification

AAAI 2024technical

Contrastive learning, as a self-supervised learning paradigm, becomes popular for Multivariate Time-Series (MTS) classification. It ensures the consistency across different views of unlabeled samples and then learns effective representations for these samples. Existing contrastive learning methods m…

2024

Reinforced Cross-Domain Knowledge Distillation on Time Series Data

NeurIPS 2024poster

Unsupervised domain adaptation methods have demonstrated superior capabilities in handling the domain shift issue which widely exists in various time series tasks. However, their prominent adaptation performances heavily rely on complex model architectures, posing an unprecedented challenge in deplo…

Cited by 0SourcePDFScholar
2024

TSLANet: Rethinking Transformers for Time Series Representation Learning

ICML 2024poster

Time series data, characterized by its intrinsic long and short-range dependencies, poses a unique challenge across analytical applications. While Transformer-based models excel at capturing long-range dependencies, they face limitations in noise sensitivity, computational efficiency, and overfittin…

2024

Towards Efficient Verification of Quantized Neural Networks

AAAI 2024technical

Quantization replaces floating point arithmetic with integer arithmetic in deep neural network models, providing more efficient on-device inference with less power and memory. In this work, we propose a framework for formally verifying the properties of quantized neural networks. Our baseline techni…

2024

Training Binary Neural Networks via Gaussian Variational Inference and Low-Rank Semidefinite Programming

NeurIPS 2024poster

Current methods for training Binarized Neural Networks (BNNs) heavily rely on the heuristic straight-through estimator (STE), which crucially enables the application of SGD-based optimizers to the combinatorial training problem. Although the STE heuristics and their variants have led to significant…

Cited by 0SourcePDFScholar
2023

Augmenting and Aligning Snippets for Few-Shot Video Domain Adaptation

ICCV 2023poster

For video models to be transferred and applied seamlessly across video tasks in varied environments, Video Unsupervised Domain Adaptation (VUDA) has been introduced to improve the robustness and transferability of video models. However, current VUDA methods rely on a vast amount of high-quality unla…

Cited by 7PDFcodeScholar
2023

Convex Bounds on the Softmax Function with Applications to Robustness Verification

AISTATS 2023poster

The softmax function is a ubiquitous component at the output of neural networks and increasingly in intermediate layers as well. This paper provides convex lower bounds and concave upper bounds on the softmax function, which are compatible with convex optimization formulations for characterizing neu…

2023

Distilling Universal and Joint Knowledge for Cross-Domain Model Compression on Time Series Data

IJCAI 2023poster

For many real-world time series tasks, the computational complexity of prevalent deep leaning models often hinders the deployment on resource limited environments (e.g., smartphones). Moreover, due to the inevitable domain shift between model training (source) and deploying (target) stages, compress…

2023

Efficient Joint Optimization of Layer-Adaptive Weight Pruning in Deep Neural Networks

ICCV 2023poster

In this paper, we propose a novel layer-adaptive weight-pruning approach for Deep Neural Networks (DNNs) that addresses the challenge of optimizing the output distortion minimization while adhering to a target pruning ratio constraint. Our approach takes into account the collective influence of all…

Cited by 29PDFcodeScholar
2023

Estimating Propensity for Causality-based Recommendation without Exposure Data

NeurIPS 2023poster

Causality-based recommendation systems focus on the causal effects of user-item interactions resulting from item exposure (i.e., which items are recommended or exposed to the user), as opposed to conventional correlation-based recommendation. They are gaining popularity due to their multi-sided bene…

Cited by 4SourcePDFScholar
2023

RWSC-Fusion: Region-Wise Style-Controlled Fusion Network for the Prohibited X-Ray Security Image Synthesis

CVPR 2023poster

Automatic prohibited item detection in security inspection X-ray images is necessary for transportation.The abundance and diversity of the X-ray security images with prohibited item, termed as prohibited X-ray security images, are essential for training the detection model. In order to solve the dat…

Cited by 4SourcePDFScholar
2023

Reinforcement-Enhanced Autoregressive Feature Transformation: Gradient-steered Search in Continuous Space for Postfix Expressions

NeurIPS 2023spotlight

Feature transformation aims to generate new pattern-discriminative feature space from original features to improve downstream machine learning (ML) task performances. However, the discrete search space for the optimal feature explosively grows on the basis of combinations of features and operations…

Cited by 21SourcePDFScholar
2023

SEnsor Alignment for Multivariate Time-Series Unsupervised Domain Adaptation

AAAI 2023technical

Unsupervised Domain Adaptation (UDA) methods can reduce label dependency by mitigating the feature discrepancy between labeled samples in a source domain and unlabeled samples in a similar yet shifted target domain. Though achieving good performance, these methods are inapplicable for Multivariate T…

2023

Transformer-based model for symbolic regression via joint supervised learning

ICLR 2023poster

Symbolic regression (SR) is an important technique for discovering hidden mathematical expressions from observed data. Transformer-based approaches have been widely used for machine translation due to their high performance, and are recently highly expected to be used for SR. They input the data poi…

Cited by 28SourcePDFScholar
2022

Generalizing Reinforcement Learning through Fusing Self-Supervised Learning into Intrinsic Motivation

AAAI 2022technical

Despite the great potential of reinforcement learning (RL) in solving complex decision-making problems, generalization remains one of its key challenges, leading to difficulty in deploying learned RL policies to new environments. In this paper, we propose to improve the generalization of RL algorith…

2022

Source-Free Video Domain Adaptation by Learning Temporal Consistency for Action Recognition

ECCV 2022poster

"Video-based Unsupervised Domain Adaptation (VUDA) methods improve the robustness of video models, enabling them to be applied to action recognition tasks across different environments. However, these methods require constant access to source data during the adaptation process. Yet in many real-worl…

2021

Automatic Vertebra Localization and Identification in CT by Spine Rectification and Anatomically-Constrained Optimization

CVPR 2021poster

Accurate vertebra localization and identification are required in many clinical applications of spine disorder diagnosis and surgery planning. However, significant challenges are posed in this task by highly varying pathologies (such as vertebral compression fracture, scoliosis, and vertebral fixati…

Cited by 35PDFcodeScholar
2021

Deep Reinforcement Learning Boosted Partial Domain Adaptation

IJCAI 2021poster

Domain adaptation is critical for learning transferable features that effectively reduce the distribution difference among domains. In the era of big data, the availability of large-scale labeled datasets motivates partial domain adaptation (PDA) which deals with adaptation from large source domains…

Cited by 7SourcePDFScholar
2021

Time-Series Representation Learning via Temporal and Contextual Contrasting

IJCAI 2021poster

Learning decent representations from unlabeled time-series data with temporal dynamics is a very challenging task. In this paper, we propose an unsupervised Time-Series representation learning framework via Temporal and Contextual Contrasting (TS-TCC), to learn time-series representation from unlabe…

2021

Two-Stream Convolution Augmented Transformer for Human Activity Recognition

AAAI 2021technical

Recognition of human activities is an important task due to its far-reaching applications such as healthcare system, context-aware applications, and security monitoring. Recently, WiFi based human activity recognition (HAR) is becoming ubiquitous due to its non-invasiveness. Existing WiFi-based HAR…

2020

Mahalanobis Distance Based Adversarial Network for Anomaly Detection

ICASSP 2020accepted

Anomaly detection techniques are very crucial in multiple business applications, such as cyber security, manufacturing and finance. However, developing anomaly detection methods for high-dimensional data with high speed and good performance is still a challenge. Generative Adversarial Networks (GANs…

Cited by 0SourceScholar
2019

Gaze-based Intention Anticipation over Driving Manoeuvres in Semi-Autonomous Vehicles

IROS 2019poster

Anticipating a human collaborator's intention enables safe and efficient interaction between a human and an autonomous system. Specifically, in the context of semiautonomous driving, studies have revealed that correct and timely prediction of the driver's intention needs to be an essential part of A…

Cited by 41SourceScholar
2019

In-Car Driver Authentication Using Wireless Sensing

ICASSP 2019accepted

Automobiles have become an essential part of everyday lives. In this work, we attempt to make them smarter by introducing the idea of in-car driver authentication using wireless sensing. Our aim is to develop a model which can recognize drivers automatically. Firstly, we address the problem of "chan…

Cited by 6SourceScholar