paper-with-me

Papers

SEDD-PCC: A Single Encoder-Dual Decoder Framework For End-To-End Learned Point Cloud Compression

2025-05-22 · Kai Hsiang Hsieh, Monyneath Yim, Jui Chiu Chiang

To encode point clouds containing both geometry and attributes, most learning-based compression schemes treat geometry and attribute coding separately, employing distinct encoders and decoders. This not only increases computational complexity but also fails to fully exploit shared features between geometry and attributes. To address this limitation, we propose SEDD-PCC, an end-to-end learning-based framework for lossy point cloud compression that jointly compresses geometry and attributes. SEDD-PCC employs a single encoder to extract shared geometric and attribute features into a unified latent space, followed by dual specialized decoders that sequentially reconstruct geometry and attributes. Additionally, we incorporate knowledge distillation to enhance feature representation learning from a teacher model, further improving coding efficiency. With its simple yet effective design, SEDD-PCC provides an efficient and practical solution for point cloud compression. Comparative evaluations against both rule-based and learning-based methods demonstrate its competitive performance, highlighting SEDD-PCC as a promising AI-driven compression approach.

📄 PDF Abstract BibTeX arXiv:2505.16709

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeDecoderKnowledge DistillationRepresentation Learning

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Shallow Encoder Deep Decoder (SEDD) Networks for Image Encryption and Decryption

2020-01-09 · Chirag Gupta

This paper explores a new framework for lossy image encryption and decryption using a simple shallow encoder neural network E for encryption, and a complex deep decoder neural network D for decryption. E is kept simple s…

CryptanalysisDecoder

Probabilistic Semantic Embedding

2019-05-01 · ICLR 2019 5 · Yue Jiao, Jonathon Hare, Adam Prügel-Bennett

We present an extension of a variational auto-encoder that creates semantically richcoupled probabilistic latent representations that capture the semantics of multiplemodalities of data. We demonstrate this model through…

DecoderGeneral ClassificationImage Generation

Promises, Outlooks and Challenges of Diffusion Language Modeling

2024-06-17 · Justin Deschenaux, Caglar Gulcehre

The modern autoregressive Large Language Models (LLMs) have achieved outstanding performance on NLP benchmarks, and they are deployed in the real world. However, they still suffer from limitations of the autoregressive t…

ARCHellaSwagLanguage ModelingLanguage Modelling+1

DebiasedDTA: A Framework for Improving the Generalizability of Drug-Target Affinity Prediction Models

2021-07-04 · Rıza Özçelik, Alperen Bağ, Berk Atıl, Melih Barsbey 외

Computational models that accurately predict the binding affinity of an input protein-chemical pair can accelerate drug discovery studies. These models are trained on available protein-chemical interaction datasets, whic…

Drug DiscoveryEnsemble LearningPrediction

A Simple Baseline with Single-encoder for Referring Image Segmentation

2024-08-28 · Seonghoon Yu, Ilchae Jung, ByeongJu Han, Taeoh Kim 외

Referring image segmentation (RIS) requires dense vision-language interactions between visual pixels and textual words to segment objects based on a given description. However, commonly adapted dual-encoders in RIS, e.g.…

Computational EfficiencyDecoderImage SegmentationSemantic Segmentation