← Search

Wenjie Liu

15 accepted papers

2026

GT2-GS: Geometry-aware Texture Transfer for Gaussian Splatting

AAAI 2026technical

Transferring 2D textures onto complex 3D scenes plays a vital role in enhancing the efficiency and controllability of 3D multimedia content creation. However, existing 3D style transfer methods primarily focus on transferring abstract artistic styles to 3D scenes. These methods often overlook the ge

Cited by 0SourcePDFScholar
2025

Efficient and Robust Neural Combinatorial Optimization via Wasserstein-Based Coresets

ICLR 2025poster

Combinatorial optimization (CO) is a fundamental tool in many fields. Many neural combinatorial optimization (NCO) methods have been proposed to solve CO problems. However, existing NCO methods typically require significant computational and storage resources, and face challenges in maintaining rob…

Cited by 0SourcePDFScholar
2024

DESectBot: Design and Validation of a Novel Two-Segment Decoupled Continuum Robotic System for Endoscopic Submucosal Dissection

IROS 2024poster

Endoscopic Submucosal Dissection (ESD) is a minimally invasive procedure designed to remove precancerous and cancerous lesions from the gastrointestinal (GI) tract. Given the GI tract’s tortuous and narrow shape, along with the need for varied movements during dissection, this requires highly flexib…

Cited by 0SourceScholar
2024

Flipping Consistent and Counterfactual Attention Network for Facial Expression Recognition

ICASSP 2024accepted

Facial expression recognition (FER) has recently made great process with attention mechanisms. However, existing methods mostly treat the network as a black box and ignore the causal relationship between modules. In this paper, we propose a flipping consistent and counterfactual attention network (F…

Cited by 0SourceScholar
2024

Inter-Class Topology Alignment for Efficient Black-Box Substitute Attacks

ECCV 2024poster

"In black-box attacks based on substitute training, the similarity of the substitute model to the target model is critical for successful attacks. However, existing schemes merely train the substitute model to mimic the outputs of the target model without fully simulating the decision space, resulti…

Cited by 0SourcePDFScholar
2024

Local Information Guided Global Integration for Infrared Small Target Detection

ICASSP 2024accepted

Infrared small targets often exhibit small scale and weak semantic features, which makes it a great challenge to their detection. To address this situation, we propose a novel network for infrared small target detection that combines local details information and global contextual information. To pr…

Cited by 0SourceScholar
2024

Structural Entropy Based Graph Structure Learning for Node Classification

AAAI 2024technical

As one of the most common tasks in graph data analysis, node classification is frequently solved by using graph structure learning (GSL) techniques to optimize graph structures and learn suitable graph neural networks. Most of the existing GSL methods focus on fusing different structural features (b…

Cited by 10SourcePDFScholar
2023

Shadow Removal of Text Document Images Using Background Estimation and Adaptive Text Enhancement

ICASSP 2023accepted

This paper proposes a simple yet effective method to re-move shadows from text document images. It mainly includes several parts. Firstly, we propose a text elimination-based background extraction strategy to estimate shadow map. It indicates the shadow regions accurately and helps to predict global…

Cited by 0SourceScholar
2023

SoftCorrect: Error Correction with Soft Detection for Automatic Speech Recognition

AAAI 2023technical

Error correction in automatic speech recognition (ASR) aims to correct those incorrect words in sentences generated by ASR models. Since recent ASR models usually have low word error rate (WER), to avoid affecting originally correct tokens, error correction models should only modify incorrect words,…

2022

Coresets for Wasserstein Distributionally Robust Optimization Problems

NeurIPS 2022accept

Wasserstein distributionally robust optimization (\textsf{WDRO}) is a popular model to enhance the robustness of machine learning with ambiguous data. However, the complexity of \textsf{WDRO} can be prohibitive in practice since solving its ``minimax'' formulation requires a great amount of computat…

2022

Mask the Correct Tokens: An Embarrassingly Simple Approach for Error Correction

EMNLP 2022main

Text error correction aims to correct the errors in text sequences such as those typed by humans or generated by speech recognition models.Previous error correction methods usually take the source (incorrect) sentence as encoder input and generate the target (correct) sentence through the decoder. S…

2021

A Novel Sequential Coreset Method for Gradient Descent Algorithms

ICML 2021spotlight

A wide range of optimization problems arising in machine learning can be solved by gradient descent algorithms, and a central question in this area is how to efficiently compress a large-scale dataset so as to reduce the computational complexity. Coreset is a popular data compression technique that…

Cited by 24SourcePDFScholar
2021

FastCorrect 2: Fast Error Correction on Multiple Candidates for Automatic Speech Recognition

EMNLP 2021finding

Error correction is widely used in automatic speech recognition (ASR) to post-process the generated sentence, and can further reduce the word error rate (WER). Although multiple candidates are generated by an ASR system through beam search, current error correction approaches can only correct one se…