← Search

Jian Wu

93 accepted papers

2026

CoLA: Co-Calibrated Logit Adjustment for Long-Tailed Semi-Supervised Learning

ICLR 2026poster

Long-tailed semi-supervised learning is hampered by a vicious cycle of confirmation bias, where skewed pseudo-labeling progressively marginalizes tail classes. This challenge is compounded in real-world scenarios by a class distribution mismatch between labeled and unlabeled data, rendering the bias…

Cited by 0SourceScholar
2026

LAMDAS: LLM as an Implicit Classifier for Domain-specific Data Selection

AAAI 2026technical

Adapting large language models (LLMs) to specific domains often faces a critical bottleneck: the scarcity of high-quality, human-curated data. While large volumes of unchecked data are readily available, indiscriminately using them for fine-tuning risks introducing noise and degrading performance. S

Cited by 0SourcePDFScholar
2026

MP2D: Constrained Monte Carlo Tree-Guided Diffusion for Multi-Objective Protein Sequence Design

IJCAI 2026

Designing functional protein sequences that satisfy multiple desired properties is a core research focus of protein engineering. Prior methods struggle with inability or inefficiency when dealing with numerous, often conflicting, properties. We propose Multi-Property Protein Diffusion, (MP2D), a uni

Cited by 0Scholar
2026

MoL: Adaptive Mixture-of-Length Reasoning for Efficient Question Answering with Context

ICLR 2026poster

We present Mixture-of-Length (MoL), an approach for Question Answering (QA) with context that aims to improve the balance between reasoning quality and response efficiency. Our method introduces a principled difficulty assessment based on information-theoretic principles and a dual-objective reward…

Cited by 0SourceScholar
2026

OptimSyn: Influence-Guided Rubrics Optimization for Synthetic Data Generation

ICLR 2026poster

Large language models (LLMs) achieve strong downstream performance largely due to abundant supervised fine-tuning (SFT) data that imparts problem-solving capabilities. However, as applications expand, high-quality SFT data in knowledge-intensive verticals (e.g., humanities and social sciences, medic…

Cited by 0SourceScholar
2025

3D-RAD: A Comprehensive 3D Radiology Med-VQA Dataset with Multi-Temporal Analysis and Diverse Diagnostic Tasks

NeurIPS 2025poster

Medical Visual Question Answering (Med-VQA) holds significant potential for clinical decision support, yet existing efforts primarily focus on 2D imaging with limited task diversity. This paper presents 3D-RAD, a large-scale dataset designed to advance 3D Med-VQA using radiology CT scans. The 3D-RAD…

Cited by 0SourceScholar
2025

CofCA: A STEP-WISE Counterfactual Multi-hop QA benchmark

ICLR 2025poster

While Large Language Models (LLMs) excel in question-answering (QA) tasks, their real reasoning abilities on multiple evidence retrieval and integration on Multi-hop QA tasks remain less explored. Firstly, LLMs sometimes generate answers that rely on internal memory rather than retrieving evidence a…

Cited by 4SourcePDFScholar
2025

DiTAR: Diffusion Transformer Autoregressive Modeling for Speech Generation

ICML 2025poster

Several recent studies have attempted to autoregressively generate continuous speech representations without discrete speech tokens by combining diffusion and autoregressive models, yet they often face challenges with excessive computational loads or suboptimal outcomes. In this work, we propose Dif…

Cited by 1SourcePDFScholar
2025

Dual-level Fuzzy Learning with Patch Guidance for Image Ordinal Regression

IJCAI 2025

Ordinal regression bridges regression and classification by assigning objects to ordered classes. While human experts rely on discriminative patch-level features for decisions, current approaches are limited by the availability of only image-level ordinal labels, overlooking fine-grained patch-level

2025

From Misleading Queries to Accurate Answers: A Three-Stage Fine-Tuning Method for LLMs

ACL 2025finding

Large language models (LLMs) exhibit excellent performance in natural language processing (NLP), but remain highly sensitive to the quality of input queries, especially when these queries contain misleading or inaccurate information. Existing methods focus on correcting the output, but they often ov…

Cited by 0SourcePDFScholar
2025

Guiding Large Language Models for Biomedical Entity Linking via Restrictive and Contrastive Decoding

EMNLP 2025

Biomedical entity linking (BioEL) aims at mapping biomedical mentions to pre-defined entities. While extensive research efforts have been devoted to BioEL, applying large language models (LLMs) for BioEL has not been fully explored. Previous attempts have revealed difficulties when directly applying

Cited by 0SourcePDFScholar
2025

HSCR: Hierarchical Self-Contrastive Rewarding for Aligning Medical Vision Language Models

ACL 2025long

Medical Vision-Language Models (Med-VLMs) have achieved success across various tasks, yet most existing methods overlook the modality misalignment issue that can lead to untrustworthy responses in clinical settings. In this paper, we propose Hierarchical Self-Contrastive Rewarding (HSCR), a novel ap…

2025

Icon2: Aligning Large Language Models Using Self-Synthetic Preference Data via Inherent Regulation

EMNLP 2025

Large Language Models (LLMs) require high quality preference datasets to align with human preferences. However, conventional methods for constructing such datasets face significant challenges: reliance on pre-collected instructions often leads to distribution mismatches with target models, while the

2025

Identifying and Mitigating Social Bias Knowledge in Language Models

NAACL 2025findings

Generating fair and accurate predictions plays a pivotal role in deploying pre-trained language models (PLMs) in the real world. However, existing debiasing methods may inevitably generate incorrect or nonsensical predictions as they are designed and evaluated to achieve parity across different soci…

Cited by 1SourcePDFScholar
2025

LLMs Can Simulate Standardized Patients via Agent Coevolution

ACL 2025long

Training medical personnel using standardized patients (SPs) remains a complex challenge, requiring extensive domain expertise and role-specific practice. Most research on Large Language Model (LLM)-based simulated patients focuses on improving data retrieval accuracy or adjusting prompts through hu…

2025

LongWeave: A Long-Form Generation Benchmark Bridging Real-World Relevance and Verifiability

EMNLP 2025

Generating long, informative, and factual outputs remains a major challenge for Large Language Models (LLMs). Existing benchmarks for long-form generation typically assess real-world queries with hard-to-verify metrics or use synthetic setups that ease evaluation but overlook real-world intricacies.

2025

M-MAD: Multidimensional Multi-Agent Debate for Advanced Machine Translation Evaluation

ACL 2025long

Recent advancements in large language models (LLMs) have given rise to the LLM-as-a-judge paradigm, showcasing their potential to deliver human-like judgments. However, in the field of machine translation (MT) evaluation, current LLM-as-a-judge methods fall short of learned automatic metrics. In thi…

2025

MMQA: Evaluating LLMs with Multi-Table Multi-Hop Complex Questions

ICLR 2025oral

While large language models (LLMs) have made strides in understanding tabular data, current tabular evaluation benchmarks, such as WikiTableQuestions and WikiSQL, are focus on single-table scenarios, which cannot necessarily reflect the complexity of real-world applications. To bridge this gap, we p…

Cited by 2SourcePDFScholar
2025

MT-R1-Zero: Advancing LLM-based Machine Translation via R1-Zero-like Reinforcement Learning

EMNLP 2025

Large-scale reinforcement learning (RL) methods have proven highly effective in enhancing the reasoning abilities of large language models (LLMs), particularly for tasks with verifiable solutions such as mathematics and coding. However, applying this idea to machine translation (MT), where outputs a

2025

MedThink: A Rationale-Guided Framework for Explaining Medical Visual Question Answering

NAACL 2025findings

Medical Visual Question Answering (Med-VQA), which offers language responses to image-based medical inquiries, represents a challenging task and significant advancement in healthcare. It assists medical experts to swiftly interpret medical images, thereby enabling faster and more accurate diagnoses.…

2025

Modality-Fair Preference Optimization for Trustworthy MLLM Alignment

IJCAI 2025

Multimodal large language models (MLLMs) have achieved remarkable success across various tasks. However, separate training of visual and textual encoders often results in a misalignment of the modality. Such misalignment may lead models to generate content that is absent from the input image, a phen

Cited by 0SourcePDFScholar
2025

OrderChain: Towards General Instruct-Tuning for Stimulating the Ordinal Understanding Ability of MLLM

ICCV 2025poster

Despite the remarkable progress of multimodal large language models (MLLMs), they continue to face challenges in achieving competitive performance on ordinal regression (OR; a.k.a. ordinal classification). To address this issue, this paper presents OrderChain, a novel and general prompting paradigm…

2025

ProtCLIP: Function-Informed Protein Multi-Modal Learning

AAAI 2025technical

Multi-modality pre-training paradigm that aligns protein sequences and biological descriptions has learned general protein representations and achieved promising performance in various downstream applications. However, these works were still unable to replicate the extraordinary success of language-…

Cited by 2SourcePDFScholar
2025

Reason from Future: Reverse Thought Chain Enhances LLM Reasoning

ACL 2025finding

It has been demonstrated that carefully designed reasoning paradigms, like Chain-of-Thought(CoT) and Tree-of-Thought(ToT), can enhance the reasoning capabilities of small language models by detailed thinking and extensive thought searching, unbounded branching factors in the searching space create p…

Cited by 0SourcePDFScholar
2025

Scalable Autoregressive Monocular Depth Estimation

CVPR 2025poster

This paper proposes a new autoregressive model as an effective and scalable monocular depth estimator. Our idea is simple: We tackle the monocular depth estimation (MDE) task with an autoregressive prediction paradigm, based on two core designs. First, our depth autoregressive model (DAR) treats the…

2025

Small Models are LLM Knowledge Triggers for Medical Tabular Prediction

ICLR 2025poster

Recent development in large language models (LLMs) has demonstrated impressive domain proficiency on unstructured textual or multi-modal tasks. However, despite with intrinsic world knowledge, their application on structured tabular data prediction still lags behind, primarily due to the numerical i…

2025

Synergy of GFlowNet and Protein Language Model Makes a Diverse Antibody Designer

AAAI 2025technical

Antibodies defend our health by binding to antigens with high specificity and potentiality, primarily relying on the Complementarity-Determining Region (CDR). Yet, current experimental methods of discovering new antibody CDRs are heavily time-consuming. Computational design could alleviate this burd…

2025

TEaR: Improving LLM-based Machine Translation with Systematic Self-Refinement

NAACL 2025findings

Large Language Models (LLMs) have achieved impressive results in Machine Translation (MT). However, human evaluations reveal that LLM-generated translations still contain various errors. Notably, feeding the error information back into the LLMs can facilitate self-refinement, leading to enhanced tra…

2025

Towards Reliable Large Audio Language Model

ACL 2025finding

Recent advancements in large audio language models (LALMs) have demonstrated impressive results and promising prospects in universal understanding and reasoning across speech, music, and general sound. However, these models still lack the ability to recognize their knowledge boundaries and refuse to…

2024

Arithmetic Feature Interaction Is Necessary for Deep Tabular Learning

AAAI 2024technical

Until recently, the question of the effective inductive bias of deep models on tabular data has remained unanswered. This paper investigates the hypothesis that arithmetic feature interaction is necessary for deep tabular learning. To test this point, we create a synthetic tabular dataset with a mil…

2024

Bridge-IF: Learning Inverse Protein Folding with Markov Bridges

NeurIPS 2024poster

Inverse protein folding is a fundamental task in computational protein design, which aims to design protein sequences that fold into the desired backbone structures. While the development of machine learning algorithms for this task has seen significant success, the prevailing approaches, which pred…

2024

Can Large Language Models Discern Evidence for Scientific Hypotheses? Case Studies in the Social Sciences

COLING 2024main

Hypothesis formulation and testing are central to empirical research. A strong hypothesis is a best guess based on existing evidence and informed by a comprehensive view of relevant literature. However, with exponential increase in the number of scientific articles published annually, manual aggrega…

2024

DetToolChain: A New Prompting Paradigm to Unleash Detection Ability of MLLM

ECCV 2024poster

"We present DetToolChain, a novel prompting paradigm, to unleash the zero-shot object detection ability of multimodal large language models (MLLMs), such as GPT-4V and Gemini. Our approach consists of a detection prompting toolkit inspired by high-precision detection priors and a new Chain-of-Though…

2024

ETDPC: A Multimodality Framework for Classifying Pages in Electronic Theses and Dissertations

AAAI 2024technical

Electronic theses and dissertations (ETDs) have been proposed, advocated, and generated for more than 25 years. Although ETDs are hosted by commercial or institutional digital library repositories, they are still an understudied type of scholarly big data, partially because they are usually longer t…

2024

Enhancing Semi-Supervised Learning via Representative and Diverse Sample Selection

NeurIPS 2024poster

Semi-Supervised Learning (SSL) has become a preferred paradigm in many deep learning tasks, which reduces the need for human labor. Previous studies primarily focus on effectively utilising the labelled and unlabeled data to improve performance. However, we observe that how to select samples for lab…

2024

Event-Triggered Adaptive Fault-Tolerant Boundary Control for Flexible Bionic Fish Tail With Output Constraint

RA-L 2024

The article focuses on the tracking issue of a flexible bionic fish tail system under boundary control. The flexible bionic fish tail system is modeled as an Euler-Bernoulli beam with non-uniform parameters, where its actuator is a DC motor located at the front end of the tail. Firstly, the problem

Cited by 3SourceScholar
2024

FedLoGe: Joint Local and Generic Federated Learning under Long-tailed Data

ICLR 2024poster

Federated Long-Tailed Learning (Fed-LT), a paradigm wherein data collected from decentralized local clients manifests a globally prevalent long-tailed distribution, has garnered considerable attention in recent times. In the context of Fed-LT, existing works have predominantly centered on addressing…

2024

Making Pre-trained Language Models Great on Tabular Prediction

ICLR 2024spotlight

The transferability of deep neural networks (DNNs) has made significant progress in image and language processing. However, due to the heterogeneity among tables, such DNN bonus is still far from being well exploited on tabular data prediction (e.g., regression or classification tasks). Condensing k…

2024

Mind’s Mirror: Distilling Self-Evaluation Capability and Comprehensive Thinking from Large Language Models

NAACL 2024long

Large language models (LLMs) have achieved remarkable advancements in natural language processing. However, the massive scale and computational demands of these models present formidable challenges when considering their practical deployment in resource-constrained environments. While techniques suc…

2024

Personalized Heart Disease Detection via ECG Digital Twin Generation

IJCAI 2024poster

Heart diseases rank among the leading causes of global mortality, demonstrating a crucial need for early diagnosis and intervention. Most traditional electrocardiogram (ECG) based automated diagnosis methods are trained at population level, neglecting the customization of personalized ECGs to enhanc…

2024

Profile-Error-Tolerant Target-Speaker Voice Activity Detection

ICASSP 2024accepted

Target-Speaker Voice Activity Detection (TS-VAD) utilizes a set of speaker profiles alongside an input audio signal to perform speaker diarization. While its superiority over conventional methods has been demonstrated, the method can suffer from errors in speaker profiles, as those profiles are typi…

Cited by 0SourceScholar
2024

T-SOT FNT: Streaming Multi-Talker ASR with Text-Only Domain Adaptation Capability

ICASSP 2024accepted

Token-level serialized output training (t-SOT) was recently proposed to address the challenge of streaming multi-talker automatic speech recognition (ASR). T-SOT effectively handles overlapped speech by representing multi-talker transcriptions as a single token stream with ⟨cc⟩ symbols interspersed.…

Cited by 0SourceScholar
2024

Unraveling Babel: Exploring Multilingual Activation Patterns of LLMs and Their Applications

EMNLP 2024main

Recently, large language models (LLMs) have achieved tremendous breakthroughs in the field of NLP, but still lack understanding of their internal neuron activities when processing different languages. We designed a method to convert dense LLMs into fine-grained MoE architectures, and then visually s…

Cited by 1SourcePDFScholar
2024

VPL: Visual Proxy Learning Framework for Zero-Shot Medical Image Diagnosis

EMNLP 2024finding

Vision-language models like CLIP, utilizing class proxies derived from class name text features, have shown a notable capability in zero-shot medical image diagnosis which is vital in scenarios with limited disease databases or labeled samples. However, insufficient medical text precision and the mo…

Cited by 3SourcePDFScholar
2023

Fast Model DeBias with Machine Unlearning

NeurIPS 2023poster

Recent discoveries have revealed that deep neural networks might behave in a biased manner in many real-world scenarios. For instance, deep networks trained on a large-scale face recognition dataset CelebA tend to predict blonde hair for females and black hair for males. Such biases not only jeopard…

Cited by 60SourcePDFScholar
2023

Fed-GraB: Federated Long-tailed Learning with Self-Adjusting Gradient Balancer

NeurIPS 2023poster

Data privacy and long-tailed distribution are the norms rather than the exception in many real-world tasks. This paper investigates a federated long-tailed learning (Fed-LT) task in which each client holds a locally heterogeneous dataset; if the datasets can be globally aggregated, they jointly exhi…

2023

Improving Transformer-Based Networks with Locality for Automatic Speaker Verification

ICASSP 2023accepted

Recently, Transformer-based architectures have been explored for speaker embedding extraction. Although the Transformer employs the self-attention mechanism to efficiently model the global interaction between token embeddings, it is inadequate for capturing short-range local context, which is essent…

Cited by 17SourceScholar
2023

MLCGAN: Multi-Lead ECG Synthesis with Multi Label Conditional Generative Adversarial Network

ICASSP 2023accepted

Electrocardiography(ECG) is a non-invasive tool used to identify the cardiovascular diseases. ECG classification studies have been concerned and made progress well. However, the problems about categories imbalance and absence of labelled clinic data are still dramatically hindered research developme…

Cited by 0SourceScholar
2023

MolHF: A Hierarchical Normalizing Flow for Molecular Graph Generation

IJCAI 2023poster

Molecular de novo design is a critical yet challenging task in scientific fields, aiming to design novel molecular structures with desired property profiles. Significant progress has been made by resorting to generative models for graphs. However, limited attention is paid to hierarchical generative…

2023

Ord2Seq: Regarding Ordinal Regression as Label Sequence Prediction

ICCV 2023poster

Ordinal regression refers to classifying object instances into ordinal categories. It has been widely studied in many scenarios, such as medical disease grading and movie rating. Known methods focused only on learning inter-class ordinal relationships, but still incur limitations in distinguishing a…

Cited by 22PDFcodeScholar
2023

Robust Image Ordinal Regression with Controllable Image Generation

IJCAI 2023poster

Image ordinal regression has been mainly studied along the line of exploiting the order of categories. However, the issues of class imbalance and category overlap that are very common in ordinal regression were largely overlooked. As a result, the performance on minority categories is often unsatisf…

2023

Sample-efficient Multi-objective Molecular Optimization with GFlowNets

NeurIPS 2023poster

Many crucial scientific problems involve designing novel molecules with desired properties, which can be formulated as a black-box optimization problem over the *discrete* chemical space. In practice, multiple conflicting objectives and costly evaluations (e.g., wet-lab experiments) make the *divers…

2023

Self-Supervised Learning with Bi-Label Masked Speech Prediction for Streaming Multi-Talker Speech Recognition

ICASSP 2023accepted

Self-supervised learning (SSL), which utilizes the input data itself for representation learning, has achieved state-of-the-art results for various downstream speech tasks. However, most of the previous studies focused on offline single-talker applications, with limited investigations in multi-talke…

Cited by 0SourceScholar
2023

Simulating Realistic Speech Overlaps Improves Multi-Talker ASR

ICASSP 2023accepted

Multi-talker automatic speech recognition (ASR) has been studied to generate transcriptions of natural conversation including over-lapping speech of multiple speakers. Due to the difficulty in acquiring real conversation data with high-quality human transcriptions, a naïve simulation of multi-talker…

Cited by 18SourceScholar
2023

Speech Separation with Large-Scale Self-Supervised Learning

ICASSP 2023accepted

Self-supervised learning (SSL) methods such as WavLM have shown promising speech separation (SS) results in small-scale simulation-based experiments. In this work, we extend the exploration of the SSL-based SS by massively scaling up both the pre-training data (more than 300K hours) and fine-tuning…

Cited by 0SourceScholar
2023

T2G-FORMER: Organizing Tabular Features into Relation Graphs Promotes Heterogeneous Feature Interaction

AAAI 2023technical

Recent development of deep neural networks (DNNs) for tabular learning has largely benefited from the capability of DNNs for automatic feature interaction. However, the heterogeneity nature of tabular features makes such features relatively independent, and developing effective methods to promote ta…

2023

TACR: A Table Alignment-based Cell Selection Method for HybridQA

ACL 2023findings

Hybrid Question-Answering (HQA), which targets reasoning over tables and passages linked from table cells, has witnessed significant research in recent years. A common challenge in HQA and other passage-table QA datasets is that it is generally unrealistic to iterate over all table rows, columns, an…

Cited by 3SourcePDFScholar
2023

TabCaps: A Capsule Neural Network for Tabular Data Classification with BoW Routing

ICLR 2023poster

Records in a table are represented by a collection of heterogeneous scalar features. Previous work often made predictions for records in a paradigm that processed each feature as an operating unit, which requires to well cope with the heterogeneity. In this paper, we propose to encapsulate all featu…

Cited by 33SourcePDFScholar
2023

Target Speaker Voice Activity Detection with Transformers and Its Integration with End-To-End Neural Diarization

ICASSP 2023accepted

This paper describes a speaker diarization model based on target speaker voice activity detection (TS-VAD) using transformers. To overcome the original TS-VAD model’s drawback of being unable to handle an arbitrary number of speakers, we investigate model architectures that use input tensors with va…

Cited by 0SourceScholar
2023

Text2Tree: Aligning Text Representation to the Label Tree Hierarchy for Imbalanced Medical Classification

EMNLP 2023long findings

Deep learning approaches exhibit promising performances on various text tasks. However, they are still struggling on medical text classification since samples are often extremely imbalanced and scarce. Different from existing mainstream approaches that focus on supplementary semantics with external…

Cited by 0SourcecodeScholar
2023

Towards Distribution-Agnostic Generalized Category Discovery

NeurIPS 2023poster

Data imbalance and open-ended distribution are two intrinsic characteristics of the real visual world. Though encouraging progress has been made in tackling each challenge separately, few works dedicated to combining them towards real-world scenarios. While several previous works have focused on cla…

2023

Vararray Meets T-Sot: Advancing the State of the Art of Streaming Distant Conversational Speech Recognition

ICASSP 2023accepted

This paper presents a novel streaming automatic speech recognition (ASR) framework for multi-talker overlapping speech captured by a distant microphone array with an arbitrary geometry. Our framework, named t-SOT-VA, capitalizes on independently developed two recent technologies; array-geometry-agno…

Cited by 0SourceScholar
2022

Continuous Speech Separation with Recurrent Selective Attention Network

ICASSP 2022accepted

While permutation invariant training (PIT) based continuous speech separation (CSS) significantly improves the conversation transcription accuracy, it often suffers from speech leakages and failures in separation at "hot spot" regions because it has a fixed number of output channels. In this paper,…

Cited by 0SourceScholar
2022

DANets: Deep Abstract Networks for Tabular Data Classification and Regression

AAAI 2022technical

Tabular data are ubiquitous in real world applications. Although many commonly-used neural components (e.g., convolution) and extensible neural networks (e.g., ResNet) have been developed by the machine learning community, few of them were effective for tabular data and few designs were adequately t…

2022

DialMed: A Dataset for Dialogue-based Medication Recommendation

COLING 2022main

Medication recommendation is a crucial task for intelligent healthcare systems. Previous studies mainly recommend medications with electronic health records (EHRs). However, some details of interactions between doctors and patients may be ignored or omitted in EHRs, which are essential for automatic…

2022

ME-GAN: Learning Panoptic Electrocardio Representations for Multi-view ECG Synthesis Conditioned on Heart Diseases

ICML 2022spotlight

Electrocardiogram (ECG) is a widely used non-invasive diagnostic tool for heart diseases. Many studies have devised ECG analysis models (e.g., classifiers) to assist diagnosis. As an upstream task, researches have built generative models to synthesize ECG data, which are beneficial to providing trai…

Cited by 30SourcePDFScholar
2022

Maximizing Audio Event Detection Model Performance on Small Datasets Through Knowledge Transfer, Data Augmentation, and Pretraining: an Ablation Study

ICASSP 2022accepted

An Xception model reaches state-of-the-art (SOTA) accuracy on the ESC-50 dataset for audio event detection through knowledge transfer from ImageNet weights, pretraining on AudioSet, and an on-the-fly data augmentation pipeline. This paper presents an ablation study that analyzes which components con…

Cited by 0SourceScholar
2022

Sound2Synth: Interpreting Sound via FM Synthesizer Parameters Estimation

IJCAI 2022poster

Synthesizer is a type of electronic musical instrument that is now widely used in modern music production and sound design. Each parameters configuration of a synthesizer produces a unique timbre and can be viewed as a unique instrument. The problem of estimating a set of parameters configuration th…

2022

Unispeech-Sat: Universal Speech Representation Learning With Speaker Aware Pre-Training

ICASSP 2022accepted

Self-supervised learning (SSL) is a long-standing goal for speech processing, since it utilizes large-scale unlabeled data and avoids extensive human labeling. Recent years have witnessed great successes in applying self-supervised learning in speech recognition, while limited exploration was attemp…

Cited by 0SourceScholar
2021

A Receptor Skeleton for Capsule Neural Networks

ICML 2021spotlight

In previous Capsule Neural Networks (CapsNets), routing algorithms often performed clustering processes to assemble the child capsules’ representations into parent capsules. Such routing algorithms were typically implemented with iterative processes and incurred high computing complexity. This paper…

Cited by 6SourcePDFScholar
2021

Dig into Multi-modal Cues for Video Retrieval with Hierarchical Alignment

IJCAI 2021poster

Multi-modal cues presented in videos are usually beneficial for the challenging video-text retrieval task on internet-scale datasets. Recent video retrieval methods take advantage of multi-modal cues by aggregating them to holistic high-level semantics for matching with text representations in a glo…

Cited by 24SourcePDFScholar
2021

Electrocardio Panorama: Synthesizing New ECG views with Self-supervision

IJCAI 2021poster

Multi-lead electrocardiogram (ECG) provides clinical information of heartbeats from several fixed viewpoints determined by the lead positioning. However, it is often not satisfactory to visualize ECG signals in these fixed and limited views, as some clinically useful information is represented only…

2021

Microsoft Speaker Diarization System for the Voxceleb Speaker Recognition Challenge 2020

ICASSP 2021accepted

This paper describes the Microsoft speaker diarization system for monaural multi-talker recordings in the wild, evaluated at the diarization track of the VoxCeleb Speaker Recognition Challenge (VoxSRC) 2020. We will first explain our system design to address issues in handling real multi-talker reco…

Cited by 0SourceScholar
2021

Multi-Dialect Speech Recognition in English Using Attention on Ensemble of Experts

ICASSP 2021accepted

In the presence of a wide variety of dialects, training dialect-specific models for each dialect is a demanding task. Previous studies have explored training a single model that is robust across multiple dialects. These studies have used either multi-condition training, multi-task learning, end-to-e…

Cited by 27SourceScholar
2021

To Choose or to Fuse? Scale Selection for Crowd Counting

AAAI 2021technical

In this paper, we address the large scale variation problem in crowd counting by taking full advantage of the multi-scale feature representations in a multi-level network. We implement such an idea by keeping the counting error of a patch as small as possible with a proper feature level selection st…

2020

A Hierarchical Graph Network for 3D Object Detection on Point Clouds

CVPR 2020poster

3D object detection on point clouds finds many applications. However, most known point cloud object detection methods did not adequately accommodate the characteristics (e.g., sparsity) of point clouds, and thus some key semantic information (e.g., shape information) is not well captured. In this pa…

Cited by 196PDFScholar
2020

Adaptation of RNN Transducer with Text-To-Speech Technology for Keyword Spotting

ICASSP 2020accepted

With the advent of recurrent neural network transducer (RNN-T) model, the performance of keyword spotting (KWS) systems has greatly improved. However, the KWS systems, employed for wake-word detection, still rely on the availability of keyword specific training data for achieving reasonable performa…

Cited by 0SourceScholar
2020

Audio-Visual Recognition of Overlapped Speech for the LRS2 Dataset

ICASSP 2020accepted

Automatic recognition of overlapped speech remains a highly challenging task to date. Motivated by the bimodal nature of human speech perception, this paper investigates the use of audio-visual technologies for overlapped speech recognition. Three issues associated with the construction of audio-vis…

Cited by 82SourceScholar
2020

Continuous Speech Separation: Dataset and Analysis

ICASSP 2020accepted

This paper describes a dataset and protocols for evaluating continuous speech separation algorithms. Most prior speech separation studies use pre-segmented audio signals, which are typically generated by mixing speech utterances on computers so that they fully overlap. Also, the separation algorithm…

Cited by 0SourceScholar
2020

Improving Deep CNN Networks with Long Temporal Context for Text-Independent Speaker Verification

ICASSP 2020accepted

Deep CNN networks have shown great success in various tasks for text-independent speaker recognition. In this paper, we explore two approaches for modeling long temporal contexts to improve the performance of the ResNet networks. The first approach is simply integrating the utterance-level mean and…

Cited by 0SourceScholar
2020

Speaker Diarization with Session-Level Speaker Embedding Refinement Using Graph Neural Networks

ICASSP 2020accepted

Deep speaker embedding models have been commonly used as a building block for speaker diarization systems; however, the speaker embedding model is usually trained according to a global loss defined on the training data, which could be suboptimal for distinguishing speakers locally in a specific meet…

Cited by 0SourceScholar
2020

UNet 3+: A Full-Scale Connected UNet for Medical Image Segmentation

ICASSP 2020accepted

Recently, a growing interest has been seen in deep learning-based semantic segmentation. UNet, which is one of deep learning networks with an encoder-decoder architecture, is widely used in medical image segmentation. Combining multi-scale features is one of important factors for accurate segmentati…

Cited by 0SourceScholar
2019

Practical Multi-fidelity Bayesian Optimization for Hyperparameter Tuning

UAI 2019poster

Bayesian optimization is popular for optimizing time-consuming black-box objectives. Nonetheless, for hyperparameter tuning in deep neural networks, the time required to evaluate the validation error for even a few hyperparameter settings remains a bottleneck. Multi-fidelity optimization promises…

Cited by 195SourcePDFScholar
2019

X2CT-GAN: Reconstructing CT From Biplanar X-Rays With Generative Adversarial Networks

CVPR 2019poster

Computed tomography (CT) can provide a 3D view of the patient's internal organs, facilitating disease diagnosis, but it incurs more radiation dose to a patient and a CT scanner is much more cost prohibitive than an X-ray machine too. Traditional CT reconstruction methods require hundreds of X-ray pr…

Cited by 297PDFcodeScholar