← Search

He Bai

15 accepted papers

2025

Exploring Prediction Targets in Masked Pre-Training for Speech Foundation Models

ICASSP 2025accepted

Speech foundation models, such as HuBERT and its variants, are pre-trained on large amounts of unlabeled speech data and then used for a range of downstream tasks. These models use a masked prediction objective, where the model learns to predict information about masked input segments from the unmas…

Cited by 0SourceScholar
2025

Federated Recommendation with Explicitly Encoding Item Bias

AAAI 2025technical

With the development of federated learning techniques and the increased need for user privacy protection, the federated recommendation has become a new recommendation paradigm. However, most existing works focus on user-level federated recommendation, leaving platform-level federated recommendation…

Cited by 0SourcePDFScholar
2025

MetaCon: Revitalizing Internet Congestion Control with Meta-Reinforcement Learning

ICASSP 2025accepted

Effective congestion control algorithms (CCAs) are crucial for the smooth operation of Internet communication infrastructure. CCAs adjust transmission rates based on congestion signals, optimizing resource utilization and user experience. However, existing studies, both rule-based and learning-based…

Cited by 0SourceScholar
2024

An LSTM-based Model to Recognize Driving Style and Predict Acceleration

IROS 2024poster

To ensure safe cooperative driving in mixed traffic with both manned and unmanned vehicles, it is crucial to understand and model the driving styles of human drivers. This paper explores how to develop accurate recognition of driving style and use that for the prediction of vehicle motion, which ena…

Cited by 0SourceScholar
2024

Construction of Paired Knowledge Graph - Text Datasets Informed by Cyclic Evaluation

COLING 2024main

Datasets that pair Knowledge Graphs (KG) and text together (KG-T) can be used to train forward and reverse neural models that generate text from KG and vice versa. However models trained on datasets where KG and text pairs are not equivalent can suffer from more hallucination and poorer recall. In t…

Cited by 2SourcePDFScholar
2024

Real-time Dexterous Telemanipulation with an End-Effect-Oriented Learning-based Approach

IROS 2024poster

Dexterous telemanipulation is crucial in advancing human-robot systems, especially in tasks requiring precise and safe manipulation. However, it faces significant challenges due to the physical differences between human and robotic hands, the dynamic interaction with objects, and the indirect contro…

Cited by 3SourceScholar
2023

Cooperative Driving in Mixed Traffic of Manned and Unmanned Vehicles based on Human Driving Behavior Understanding

ICRA 2023poster

To achieve safe cooperative driving in mixed traffic of manned and unmanned vehicles, it is necessary to understand and model human drivers' driving behaviors. This paper proposed a Hidden Markov Model (HMM)-based method to analyze human driver's control and vehicle's dynamics; and then recognize th…

Cited by 10SourceScholar
2023

Incorporating Stochastic Human Driving States in Cooperative Driving Between a Human-Driven Vehicle and an Autonomous Vehicle

IROS 2023poster

Modeling a human-driven vehicle is a difficult subject since human drivers have a variety of stochastic behavioral components that influence their driving styles. We develop a cooperative driving framework to incorporate dif-ferent human behavior aspects, including the attentiveness of a driver and…

Cited by 0SourceScholar
2022

A$^3$T: Alignment-Aware Acoustic and Text Pretraining for Speech Synthesis and Editing

ICML 2022spotlight

Recently, speech representation learning has improved many speech-related tasks such as speech recognition, speech classification, and speech-to-text translation. However, all the above tasks are in the direction of speech understanding, but for the inverse direction, speech synthesis, the potential…

2022

Cross-lingual Text-to-SQL Semantic Parsing with Representation Mixup

EMNLP 2022finding

We focus on the cross-lingual Text-to-SQL semantic parsing task,where the parsers are expected to generate SQL for non-English utterances based on English database schemas.Intuitively, English translation as side information is an effective way to bridge the language gap,but noise introduced by the…

2022

Development of a Research Testbed for Cooperative Driving in Mixed Traffic of Human-driven and Autonomous Vehicles

IROS 2022poster

This paper presents a cooperative driving testbed based on vehicle-to-vehicle (V2V) communication, which can be used for research in intelligent transportation systems, such as collision avoidance in mixed traffic of both human-driven vehicles and autonomous vehicles. To achieve the goal, an intelli…

Cited by 4SourceScholar
2022

XRICL: Cross-lingual Retrieval-Augmented In-Context Learning for Cross-lingual Text-to-SQL Semantic Parsing

EMNLP 2022finding

In-context learning using large language models has recently shown surprising results for semantic parsing tasks such as Text-to-SQL translation.Prompting GPT-3 or Codex using several examples of question-SQL pairs can produce excellent results, comparable to state-of-the-art finetuning-based models…

2021

Segatron: Segment-Aware Transformer for Language Modeling and Understanding

AAAI 2021technical

Transformers are powerful for sequence modeling. Nearly all state-of-the-art language models and pre-trained language models are based on the Transformer architecture. However, it distinguishes sequential tokens only with the token position index. We hypothesize that better contextual representation…