← Search

Xiaolin Xu

13 accepted papers

2025

Enhancing Task-Specific Feature Learning with LLMs for Multimodal Emotion and Intent Joint Understanding

ICASSP 2025accepted

This paper introduces our solution, the Task-Specific Feature Learning (TSFL) method, designed to address the second track of the MEIJU Challenge at ICASSP 2025, namely, Imbalanced Emotion and Intent Recognition (English). The TSFL method incorporates three core components: the use of LLM features t…

Cited by 0SourceScholar
2025

Graph Generative Pre-trained Transformer

ICML 2025poster

Graph generation is a critical task in numerous domains, including molecular design and social network analysis, due to its ability to model complex relationships and structured data. While most modern graph generative models utilize adjacency matrix representations, this work revisits an alternativ…

Cited by 2SourcePDFScholar
2025

Reliable Learning From LLM Features for Multimodal Emotion and Intent Joint Understanding

ICASSP 2025accepted

This paper describes a Reliable Learning Framework (RLF) for the 1st Multimodal Emotion and Intent Joint Understanding (MEIJU) Challenge at ICASSP 2025. Our proposed RLF includes a Hierarchical Interaction Network and a Reliable Fusion Strategy. The former can excavate emotion and intent cues from t…

Cited by 0SourceScholar
2025

Taming Diffusion for Dataset Distillation with High Representativeness

ICML 2025poster

Recent deep learning models demand larger datasets, driving the need for dataset distillation to create compact, cost-efficient datasets while maintaining performance. Due to the powerful image generation capability of diffusion, it has been introduced to this field for generating distilled images.…

2024

ArchLock: Locking DNN Transferability at the Architecture Level with a Zero-Cost Binary Predictor

ICLR 2024poster

Deep neural network (DNN) models, despite their impressive performance, are vulnerable to exploitation by attackers who attempt to transfer them to other tasks for their own benefit. Current defense strategies mainly address this vulnerability at the model parameter level, leaving the potential of a…

2024

Bileve: Securing Text Provenance in Large Language Models Against Spoofing with Bi-level Signature

NeurIPS 2024poster

Text watermarks for large language models (LLMs) have been commonly used to identify the origins of machine-generated content, which is promising for assessing liability when combating deepfake or harmful content. While existing watermarking techniques typically prioritize robustness against removal…

2024

GraphCroc: Cross-Correlation Autoencoder for Graph Structural Reconstruction

NeurIPS 2024poster

Graph-structured data is integral to many applications, prompting the development of various graph representation methods. Graph autoencoders (GAEs), in particular, reconstruct graph structures from node embeddings. Current GAE models primarily utilize self-correlation to represent graph structures…

2024

Progressively Learning from Macro-Expressions for Micro-Expression Recognition

ICASSP 2024accepted

Micro-expression (ME) recognition is challenging due to the low-intensity facial motions. An idea to overcome this is learning assisted by macro-expressions (MaEs). However, the intensity gap between MaE and ME is so huge that related works fail to effectively leverage MaE’s assistance in overcoming…

Cited by 0SourceScholar
2023

AutoReP: Automatic ReLU Replacement for Fast Private Network Inference

ICCV 2023poster

The growth of the Machine-Learning-As-A-Service (MLaaS) market has highlighted clients' data privacy and security issues. Private inference (PI) techniques using cryptographic primitives offer a solution but often have high computation and communication costs, particularly with non-linear operators…

Cited by 41PDFcodeScholar
2023

LinGCN: Structural Linearized Graph Convolutional Network for Homomorphically Encrypted Inference

NeurIPS 2023poster

The growth of Graph Convolution Network (GCN) model sizes has revolutionized numerous applications, surpassing human performance in areas such as personal healthcare and financial systems. The deployment of GCNs in the cloud raises privacy concerns due to potential adversarial attacks on client dat…

2023

NNSplitter: An Active Defense Solution for DNN Model via Automated Weight Obfuscation

ICML 2023poster

As a type of valuable intellectual property (IP), deep neural network (DNN) models have been protected by techniques like watermarking. However, such passive model protection cannot fully prevent model abuse. In this work, we propose an active model IP protection scheme, namely NNSplitter, which act…

2023

SpENCNN: Orchestrating Encoding and Sparsity for Fast Homomorphically Encrypted Neural Network Inference

ICML 2023poster

Homomorphic Encryption (HE) is a promising technology to protect clients' data privacy for Machine Learning as a Service (MLaaS) on public clouds. However, HE operations can be orders of magnitude slower than their counterparts for plaintexts and thus result in prohibitively high inference latency,…