Pith. sign in

REVIEW 4 major objections 6 minor 74 references

Proteus claims a learned LiDAR codec whose significant range bit-planes form a self-contained block and whose insignificant bit-planes can be truncated in transit, so geometry degrades deterministically and the stream stays decodable up to

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

T0 review · deepseek-v4-flash

2026-08-05 00:31 UTC pith:DYINR6OY

load-bearing objection Proteus is a genuinely new way to make learned LiDAR range-image codecs truncation-robust, but the paper's central claim outruns its evidence in a few specific, fixable places. the 4 major comments →

arxiv 2608.00687 v1 pith:DYINR6OY submitted 2026-08-01 cs.CV

Proteus: A Truncation-Robust Entropy Model for Progressive LiDAR Compression

classification cs.CV
keywords LiDAR point cloud compressiontruncation-robust codingbit-plane slicingbits-back codingprogressive compressionrange imageentropy codingautonomous driving perception
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper tries to make a learned LiDAR point-cloud codec survive wireless bandwidth drops without renegotiation or error concealment. Its central move is to split each frame's range image into two separate bitstreams: a small non-truncatable block that encodes the most significant range bit-planes, and a truncatable block that encodes the low range bit-planes and the per-point attributes. Because the significant block is self-contained and the insignificant block is first-in-first-out, any suffix of the latter can be dropped in transit; the receiver still recovers the coarse geometry and decodes whatever remains. The paper further claims that dropping N low range bit-planes mathematically halves the range precision N times, so degradation is deterministic rather than a learned estimate. In experiments on two driving datasets it reports competitive compression against standard codecs under ideal channels and decodability up to about 70% overall truncation.

Core claim

Proteus's central claim is that truncation robustness and high-efficiency learned entropy coding can be made compatible by decoupling the bitstream. The significant range bit-planes (SIG), roughly 30% of the bitstream, are encoded with a bits-back coder whose initial bits are generated internally by an autoregressive split, so the block is self-contained and cannot be truncated. The insignificant range bit-planes and attributes (INS) are encoded with a FIFO range coder in bit-plane order, geometry before attributes. Truncating N low range planes reconstructs the range image as the significant planes shifted by N bits, i.e. precision Delta_N = 2^N Delta_0; attributes, when truncated, are reco

What carries the argument

The key machinery is the SIG/INS stream decoupling. SIG is a self-contained bits-back coder for the s most significant range bit-planes, using the Autoregressive Initial Bits mechanism so the mid sub-block supplies the initial bits; INS is a FIFO range coder for the remaining range tail planes and attribute bit-planes, serialized geometry-first. This split turns truncation into bit-plane slicing: any dropped INS suffix corresponds to zero-padding the range at a known precision, and the decoded geometry then serves as a structural prior for lossless-predictive attribute reconstruction.

Load-bearing premise

The claim assumes every truncation of the INS stream cuts on a whole bit-plane boundary, or that the decoder can tell from the prefix which planes are complete; a cut through a plane breaks the formula Delta_N = 2^N Delta_0.

What would settle it

Take a trained Proteus model and truncate the INS stream mid-way through a range bit-plane rather than at a plane boundary. If the decoder fails, decodes that plane incorrectly, or produces a precision that does not match Delta_N = 2^N Delta_0 for any integer N, then the claim that any INS suffix can be dropped is falsified.

Watch this falsifier. Get emailed when new claim-graph text bears on it.

Share X Bluesky LinkedIn Reddit HN

If this is right

  • A receiver can drop any suffix of the INS stream on the fly, so no rate renegotiation or retransmission is needed, removing a latency loop in V2X and swarm links.
  • Geometry quality under truncation is predictable from the truncation point alone: each dropped range bit-plane doubles the range quantization step, so safety bounds can be computed before decoding.
  • Attributes degrade before geometry under bandwidth dips, so downstream detectors that rely on object shape keep most of their performance while intensity quality drops first.
  • The per-frame, self-contained SIG block means a lost frame does not corrupt subsequent frames, unlike inter-frame LiDAR codecs.
  • Under ideal channels the decoupled design costs only a small rate overhead relative to coupled ArIB-BPS (about 6.56% in the paper's ablation), so truncation robustness does not require abandoning learned compression gains.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The deterministic precision mapping assumes truncation lands on whole bit-plane boundaries. If a transmission cuts inside a plane, the decoder would need explicit per-plane framing or length markers to know which bits are complete; the paper does not specify such framing, so arbitrary byte-level truncation may need an alignment layer.
  • The same decoupling idea could extend to any sensor modality whose values are quantized physical measurements with subordinate attributes, such as depth cameras or radar range images; the bit-plane-to-precision mapping is what makes the degradation verifiable.
  • Because attributes are predicted from decoded geometry, geometry errors at high truncation will propagate into attribute estimates; per-plane error analysis would make this coupling explicit.
  • Intra-frame-only coding buys packet-loss resistance at the cost of leaving temporal redundancy on the table; combining this stream structure with inter-frame prediction at the sequence level is a natural next step, though it would re-introduce reference-frame dependencies.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. The paper proposes Proteus, a learned LiDAR range-image codec that splits the bitstream into a significant (SIG) block, coded with a bits-back/ANS scheme, and an insignificant (INS) block, coded with a FIFO range coder. The central claims are: under ideal channels, Proteus achieves state-of-the-art BD-Rate results relative to G-PCC, Draco, JPEG XL, and Unicorn; under truncation, the INS stream can be progressively dropped so that geometry degrades deterministically as Δ_N = 2^N Δ_0, attributes are reconstructed via a lossless prefix plus a learned remainder, and the codec tolerates up to about 70% overall truncation because SIG occupies roughly 30% of the bitstream.

Significance. The problem is relevant to V2X and collaborative perception, where truncation robustness matters. The design principle—preserving physically measured range rather than statistically hallucinating missing geometry—is a useful and potentially safety-relevant contribution. The proposed bit-plane slicing with FIFO coding is a natural extension of ArIB-BPS, and the reported BD-Rate gains and runtimes are promising. The ablation studies are also informative. However, the manuscript contains a central inconsistency about which stream initializes the ANS stack, and it does not specify how partial-bit-plane truncations are handled, so the main robustness claim is not yet established. If these issues are resolved, the paper could be a solid contribution.

major comments (4)
  1. [§4.2 vs. Appendix B.3] There is a direct contradiction about what provides the initial bits for bits-back decoding. §4.2 states that the mid sub-block supplies the initial bits internally and that 'SIG requires no padding and does not depend on INS.' Appendix B.3, however, states that 'Proteus utilizes the Insignificant Planes (INS) stream as the initial ANS stack state' and Step 1 of the compression pipeline initializes the ANS coder from the encoded INS planes. If the Appendix is correct, truncating INS destroys the ANS state needed to decode SIG, invalidating the 70% truncation tolerance. If §4.2 is correct, the Appendix must be corrected. This is load-bearing and must be reconciled.
  2. [§4.3, Eq. (7), properties (i)–(iv)] The deterministic precision-degradation claim is only true when truncation of the INS stream ends exactly at a bit-plane boundary. The paper does not specify per-plane termination symbols, length headers, or a decoder rule for detecting and discarding a partially received plane. A range/ANS coder cut inside a plane can decode an incorrect last symbol or a corrupted plane; zero-padding a partial plane is not equivalent to zeroing the whole plane. The truncation sweep in §5.2/Fig. 3 is described as a ratio sweep, which does not imply boundary alignment. Consequently, the statements 'any INS suffix can be dropped' and 'progressive decoding from any stream prefix' are asserted rather than established. The authors should either add per-plane framing/CRCs or restrict the definition of valid truncations to whole planes and test accordingly.
  3. [§5.1, Fig. 2] The hyperparameters h and s are selected on the same datasets (SemanticKITTI and WOD) that are later used to report BD-Rate and downstream AP. The text says h is set from the inflection points in Fig. 2(a,b) and s is set from the PointPillars evaluation in Fig. 2(c), with no mention of a separate validation split. Selecting hyperparameters on the evaluation data can inflate the reported compression and perception numbers. Please provide a validation/test split or otherwise demonstrate that the reported gains are not an artifact of evaluation-set tuning.
  4. [Table 1(b), Abstract] Unicorn is reported as '—' on WOD, yet the abstract and contributions state that Proteus outperforms Unicorn. This claim is only supported on SemanticKITTI. Either run the Unicorn baseline on WOD or qualify the claim to the SemanticKITTI configuration. As written, the abstract overstates the evidence.
minor comments (6)
  1. [§4.3, Eq. (7)] The notation mixes Δ_N/Δ_0 for range precision and δ_{k_a} for attribute cell width. Consider using a consistent symbol family or explicitly distinguishing the two.
  2. [§5.2] The statement 'SIG accounts for roughly 30% of the bitstream' is presented without a supporting measurement. Please report the actual SIG/INS size ratios per dataset and configuration, since the 'up to 70% truncation' figure depends directly on this ratio.
  3. [§4.3, property (ii)] The term 'No geometric hallucination' is strong. If partial-plane truncation is permitted, the decoder may produce an incorrect last symbol for a partially received plane, so the property should be rephrased or the valid truncation domain restricted.
  4. [§4.1] The three-part split (head, mid, tail) is introduced before the reader has seen the notation for x_{1:s}, x_{h+1:s}, etc. A brief example or a pointer to Section 3.3 would improve readability.
  5. [Fig. 2 caption] The phrase 'BPD savings achieved using latent variables used to determine h' is awkward. Consider 'BPD savings from using latent variables, used to select h'.
  6. [Appendix C] The analysis of WOD vs. SemanticKITTI intensity distributions is useful but not referenced in the main text. Cite it when discussing the large BD-Rate gap for intensity on WOD.

Circularity Check

0 steps flagged

No significant circularity: Eq. 7 and the 70% decodability bound are construction-level arithmetic, and load-bearing prior work is externally cited.

full rationale

The paper's central truncation-robustness claim is a construction property, not a fitted prediction. The deterministic precision degradation Δ_N = 2^N·Δ_0 (Eq. 7) is the definition of zero-padding the N least-significant bit-planes of a fixed-point range value; it is not an output of the learned model and does not depend on any fitted parameter. The 'up to approximately 70% truncation' claim is likewise arithmetic: since SIG is intentionally non-truncatable and accounts for about 30% of the stream, the decodable prefix bound is 100% − 30% = 70%. The split index s = 10 that controls this ratio is selected a priori from a perception sweep (Fig. 2c), so the bound is a design consequence rather than an empirical discovery being passed off as independent, and it is not circular. The only learned reconstruction component, the attribute prediction head h_θ (Eq. 8), is trained on sampled truncation states (Eq. 10) and evaluated on the progressive sweep; this is standard supervised generalization, not a prediction that reduces to its training input. The load-bearing methodological citations—bits-back coding, SHVC/ArIB, and ArIB-BPS—are to external prior work (Townsend, Ryder, Zhang), not to the present authors. The few self-citations (e.g., Gao et al. survey, Song et al., Fu et al.) appear only in background/related work and are not load-bearing for the truncation argument. A real gap exists regarding arbitrary truncation inside an INS bit-plane without framing, but that is a correctness/framing limitation, not a circular derivation. Therefore no circular step is present.

Axiom & Free-Parameter Ledger

2 free parameters · 5 axioms · 0 invented entities

The central claims rest on the bit-plane truncation property (A1), which is mathematically robust, and on the architectural design of SIG/INS. The main non-standard assumptions are the unproven no-padding claim in SIG, and the data-dependent hyperparameter choices h and s. No new physical entities or forces are introduced; the 'entities' are software components.

free parameters (2)
  • head depth h = 7 for SemanticKITTI, 6 for WOD
    Chosen from inflection points of BPD savings in Figure 2(a,b), which are computed on the same datasets used for the final evaluation. This is a data-fitted hyperparameter affecting SIG's size and compression efficiency.
  • split index s = 10 for both datasets
    Chosen based on PointPillars detection AP in Figure 2(c). This directly controls the SIG/INS size ratio and the claimed ~70% truncation tolerance. Tuned on the evaluation data.
axioms (5)
  • domain assumption A1: Bit-plane physical meaning: truncating N least significant bits of a range value halves precision N times.
    Section 4.1 states this is grounded in the LiDAR range representation. It is true given the quantized range convention, and it underpins the deterministic degradation claim.
  • domain assumption A2: Attributes are subordinate to range in downstream perception.
    Section 4.1. This justifies ordering attributes last in the INS stream and sacrificing them first under truncation. An assumption about task priority, not a mathematical fact.
  • domain assumption A3: High range bit-planes predict both low range bit-planes and attribute channels.
    Section 4.1. The hyperprior derived from SIG guides INS encoding. Relies on empirical correlation in LiDAR data; if false, the entropy model would be inefficient but the truncation property would still hold.
  • ad hoc to paper The mid sub-block in SIG always supplies enough initial bits for the bits-back decode of z, requiring no external padding.
    Section 4.2 asserts 'SIG requires no padding and does not depend on INS.' This is not proven; if the mid sub-block's compressed size is smaller than the entropy of the posterior q(z|x), padding or an alternative mechanism would be needed, potentially breaking the self-containedness or adding overhead.
  • domain assumption Beam emission angles theta and phi are known a priori at the receiver.
    Section 3.1. Standard for range-image LiDAR compression with fixed scanning patterns. Required to convert the decoded range image back to a 3D point cloud.

pith-pipeline@v1.3.0-alltime-deepseek · 16373 in / 16009 out tokens · 178652 ms · 2026-08-05T00:31:20.364647+00:00 · methodology

0 comments
Cite this review

Pith. "Pith review of Proteus: A Truncation-Robust Entropy Model for Progressive LiDAR Compression." pith.science (2026). https://pith.science/paper/DYINR6OY

@misc{pith2026260800687,
  author       = {Pith},
  title        = {Pith review of: Proteus: A Truncation-Robust Entropy Model for Progressive LiDAR Compression},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/DYINR6OY}},
  note         = {Machine review of arXiv:2608.00687}
}
Share X Bluesky LinkedIn Reddit HN
read the original abstract

LiDAR point clouds provide explicit, deterministic physical boundaries critical for collaborative safety-critical perception. However, wireless channels inherently impair and corrupt transmitted signals. Existing robust frameworks (such as deep JSCC or MDC) attempt to counter these channel impairments through statistical or parametric estimation, turning exact physical measurements into unverified algorithmic estimates. To address this, we propose Proteus, a learned LiDAR codec operating on 2D range images. By decoupling the frame representation into independent coders for the \textbf{sig}nificant range bit-planes (SIG) and the \textbf{ins}ignificant range bit-planes and attributes (INS), Proteus achieves overall stream-level truncation robustness. The non-truncatable SIG block encodes the most significant range bit-planes to establish a necessary, self-contained perceptual lower bound, below which the reconstructed point cloud is severely degraded. Meanwhile, INS employs bit-plane slicing representation and coding, ensuring that range truncation mathematically maps to a deterministic spatial precision degradation. Subordinate attributes are reconstructed via a hybrid lossless-predictive method, leveraging the decoded geometry as a strong structural prior for fine-grained approximation. Furthermore, strategic ordering within INS prioritizes geometry over attributes under bandwidth drops. Experimental results on the Waymo Open Dataset and SemanticKITTI demonstrate that Proteus tolerates up to approximately 70\% bitstream truncation, while outperforming established standards (G-PCC, Draco, and JPEG XL) and the representative learned compressor Unicorn under ideal channel conditions.

Figures

Figures reproduced from arXiv: 2608.00687 by Baoquan Zhao, Ge Li, Hailong Jiao, Xiaodong Lin, Yihan Qiu.

Figure 1
Figure 1. Figure 1: Overview of the Proteus framework designed for truncation-robust LiDAR compression. [PITH_FULL_IMAGE:figures/full_fig_p005_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Parameter selection analysis for head depth [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Performance degradation under progressive bitstream truncation. Left: Downstream 3D [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Visualization of reconstructed LiDAR point clouds under progressive bitstream truncation. [PITH_FULL_IMAGE:figures/full_fig_p008_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Rate-distortion performance on WOD (top) and SemanticKITTI (bottom). [PITH_FULL_IMAGE:figures/full_fig_p010_5.png] view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

74 extracted references · 54 canonical work pages · 34 internal anchors

  1. [1]

    Martini and Yuriy Reznik , title =

    Nabajeet Barman and Maria G. Martini and Yuriy Reznik , title =. 2024 , howpublished =. 2401.04039 , archivePrefix =

  2. [2]

    2019 , booktitle =

    Jens Behley and Martin Garbade and Andres Milioto and Jan Quenzel and Sven Behnke and Cyrill Stachniss and Juergen Gall , title =. 2019 , booktitle =. 1904.01416 , archivePrefix =

  3. [3]

    MuSCLE: Multi Sweep Compression of LiDAR using Deep Entropy Models

    Sourav Biswas and Jerry Liu and Kelvin Wong and Shenlong Wang and Raquel Urtasun , title =. 2020 , booktitle =. 2011.07590 , archivePrefix =

  4. [4]

    2019 , journal =

    Eirina Bourtsoulatze and David Burth Kurka and Deniz Gündüz , title =. 2019 , journal =. 1809.01733 , archivePrefix =

  5. [5]

    2024 , booktitle =

    Anthony Chen and Shiwen Mao and Zhu Li and Minrui Xu and Hongliang Zhang and Dusit Niyato and Zhu Han , title =. 2024 , booktitle =

  6. [6]

    GRACE: Loss-Resilient Real-Time Video through Neural Codecs

    Yihua Cheng and Ziyi Zhang and Hanchen Li and Anton Arapin and Yue Zhang and Qizheng Zhang and Yuhan Liu and Kuntai Du and Xu Zhang and Francis Y. Yan and Amrita Mazumdar and Nick Feamster and Junchen Jiang , title =. 2024 , booktitle =. 2305.12333 , archivePrefix =

  7. [7]

    2020 , booktitle =

    Tiago Cortinhal and George Tzelepis and Eren Erdal Aksoy , title =. 2020 , booktitle =. 2003.03653 , archivePrefix =

  8. [8]

    2013 , howpublished =

    Jarek Duda , title =. 2013 , howpublished =. 1311.2540 , archivePrefix =

  9. [9]

    El Gamal and Thomas M

    Abbas A. El Gamal and Thomas M. Cover , title =. 1982 , journal =

  10. [10]

    2023 , journal =

    Ecenaz Erdemir and Tze-Yang Tung and Pier Luigi Dragotti and Deniz Gündüz , title =. 2023 , journal =. 2211.13772 , archivePrefix =

  11. [11]

    D-DPCC: Deep Dynamic Point Cloud Compression via 3D Motion Prediction

    Tingyu Fan and Linyao Gao and Yiling Xu and Zhu Li and Dong Wang , title =. 2022 , booktitle =. 2205.01135 , archivePrefix =

  12. [12]

    Global Sensing and Measurements Reuse for Image Compressed Sensing

    Zi-En Fan and Feng Lian and Jia-Ni Quan , title =. 2022 , booktitle =. 2206.11629 , archivePrefix =

  13. [13]

    3DAC: Learning Attribute Compression for Point Clouds

    Guangchi Fang and Qingyong Hu and Hanyun Wang and Yiling Xu and Yulan Guo , title =. 2022 , booktitle =. 2203.09931 , archivePrefix =

  14. [14]

    Real-Time Spatio-Temporal LiDAR Point Cloud Compression

    Yu Feng and Shaoshan Liu and Yuhao Zhu , title =. 2020 , booktitle =. 2008.06972 , archivePrefix =

  15. [15]

    OctAttention: Octree-Based Large-Scale Contexts Model for Point Cloud Compression

    Chunyang Fu and Ge Li and Rui Song and Wei Gao and Shan Liu , title =. 2022 , journal =. 2202.06028 , archivePrefix =

  16. [16]

    2025 , journal =

    Wei Gao and Liang Xie and Songlin Fan and Ge Li and Shan Liu and Wen Gao , title =. 2025 , journal =

  17. [17]

    2023 , howpublished =

  18. [18]

    Graziosi and O

    D. Graziosi and O. Nakagami and S. Kuma and A. Zaghetto and T. Suzuki and A. Tabatabai , title =. 2020 , journal =

  19. [19]

    2021 , journal =

    Yulan Guo and Hanyun Wang and Qingyong Hu and Hao Liu and Li Liu and Mohammed Bennamoun , title =. 2021 , journal =. 1912.12033 , archivePrefix =

  20. [20]

    Density-preserving Deep Point Cloud Compression

    Yun He and Xinlin Ren and Danhang Tang and Yinda Zhang and Xiangyang Xue and Yanwei Fu , title =. 2022 , booktitle =. 2204.12684 , archivePrefix =

  21. [21]

    Compression with Flows via Local Bits-Back Coding

    Jonathan Ho and Evan Lohn and Pieter Abbeel , title =. 2019 , booktitle =. 1905.08500 , archivePrefix =

  22. [22]

    2022 , booktitle =

    Yue Hu and Shaoheng Fang and Zixing Lei and Yiqi Zhong and Siheng Chen , title =. 2022 , booktitle =. 2209.12836 , archivePrefix =

  23. [23]

    OctSqueeze: Octree-Structured Entropy Model for LiDAR Compression

    Lila Huang and Shenlong Wang and Kelvin Wong and Jerry Liu and Raquel Urtasun , title =. 2020 , booktitle =. 2005.07178 , archivePrefix =

  24. [24]

    2022 , booktitle =

    Tzu-Kuan Hung and I-Chun Huang and Samuel Rhys Cox and Wei Tsang Ooi and Cheng-Hsin Hsu , title =. 2022 , booktitle =

  25. [25]

    2010 , booktitle =

    Szymon Jakubczak and Dina Katabi , title =. 2010 , booktitle =

  26. [26]

    Context-Based Trit-Plane Coding for Progressive Image Compression

    Seungmin Jeon and Kwang Pyo Choi and Youngo Park and Chang-Su Kim , title =. 2023 , booktitle =. 2303.05715 , archivePrefix =

  27. [27]

    Kingma and Jimmy Ba , title =

    Diederik P. Kingma and Jimmy Ba , title =. 2015 , booktitle =. 1412.6980 , archivePrefix =

  28. [28]

    Bit-Swap: Recursive Bits-Back Coding for Lossless Compression with Hierarchical Latent Variables

    Friso Kingma and Pieter Abbeel and Jonathan Ho , title =. 2019 , booktitle =. 1905.06845 , archivePrefix =

  29. [29]

    Lang and Sourabh Vora and Holger Caesar and Lubing Zhou and Jiong Yang and Oscar Beijbom , title =

    Alex H. Lang and Sourabh Vora and Holger Caesar and Lubing Zhou and Jiong Yang and Oscar Beijbom , title =. 2019 , booktitle =. 1812.05784 , archivePrefix =

  30. [30]

    2019 , booktitle =

    Jooyoung Lee and Seunghyun Cho and Seung-Kwon Beack , title =. 2019 , booktitle =. 1809.10452 , archivePrefix =

  31. [31]

    DPICT: Deep Progressive Image Compression Using Trit-Planes

    Jae-Han Lee and Seungmin Jeon and Kwang Pyo Choi and Youngo Park and Chang-Su Kim , title =. 2022 , booktitle =. 2112.06334 , archivePrefix =

  32. [32]

    Latency-Aware Collaborative Perception

    Zixing Lei and Shunli Ren and Yue Hu and Wenjun Zhang and Siheng Chen , title =. 2022 , booktitle =. 2207.08560 , archivePrefix =

  33. [33]

    PU-GAN: a Point Cloud Upsampling Adversarial Network

    Ruihui Li and Xianzhi Li and Chi-Wing Fu and Daniel Cohen-Or and Pheng-Ann Heng , title =. 2019 , booktitle =. 1907.10844 , archivePrefix =

  34. [34]

    Efficient and Effective Context-Based Convolutional Entropy Modeling for Image Compression

    Mu Li and Kede Ma and Jane You and David Zhang and Wangmeng Zuo , title =. 2020 , journal =. 1906.10057 , archivePrefix =

  35. [35]

    Learning for Vehicle-to-Vehicle Cooperative Perception under Lossy Communication

    Jinlong Li and Runsheng Xu and Xinyu Liu and Jin Ma and Zicheng Chi and Jiaqi Ma and Hongkai Yu , title =. 2023 , journal =. 2212.08273 , archivePrefix =

  36. [36]

    Improving Adaptive Real-Time Video Communication Via Cross-layer Optimization

    Yueheng Li and Hao Chen and Bowei Xu and Zicheng Zhang and Zhan Ma , title =. 2024 , journal =. 2304.03505 , archivePrefix =

  37. [37]

    2024 , publisher =

    Ge Li and Wei Gao and Wen Gao , title =. 2024 , publisher =

  38. [38]

    BIRD-PCC: Bi-directional Range Image-based Deep LiDAR Point Cloud Compression

    Chia-Sheng Liu and Jia-Fong Yeh and Hao Hsu and Hung-Ting Su and Ming-Sui Lee and Winston H. Hsu , title =. 2023 , booktitle =. 2303.04027 , archivePrefix =

  39. [39]

    2026 , journal =

    Bojun Liu and Yangzhi Ma and Li Li and Dong Liu and Zhu Li and Houqiang Li , title =. 2026 , journal =

  40. [40]

    Progressive Neural Image Compression with Nested Quantization and Latent Ordering

    Yadong Lu and Yinhao Zhu and Yang Yang and Amir Said and Taco S. Cohen , title =. 2021 , booktitle =. 2102.02913 , archivePrefix =

  41. [41]

    Don't Blame the ELBO! A Linear VAE Perspective on Posterior Collapse

    James Lucas and George Tucker and Roger Grosse and Mohammad Norouzi , title =. 2019 , booktitle =. 1911.02469 , archivePrefix =

  42. [42]

    2021 , booktitle =

    Shitong Luo and Wei Hu , title =. 2021 , booktitle =. 2103.01458 , archivePrefix =

  43. [43]

    3D Object Detection for Autonomous Driving: A Comprehensive Survey

    Jiageng Mao and Shaoshuai Shi and Xiaogang Wang and Hongsheng Li , title =. 2023 , journal =. 2206.09474 , archivePrefix =

  44. [44]

    LaserNet: An Efficient Probabilistic 3D Object Detector for Autonomous Driving

    Gregory P. Meyer and Ankit Laddha and Eric Kee and Carlos Vallespi-Gonzalez and Carl K. Wellington , title =. 2019 , booktitle =. 1903.08701 , archivePrefix =

  45. [45]

    2019 , booktitle =

    Andres Milioto and Ignacio Vizzo and Jens Behley and Cyrill Stachniss , title =. 2019 , booktitle =

  46. [46]

    VoxelContext-Net: An Octree based Framework for Point Cloud Compression

    Zizheng Que and Guo Lu and Dong Xu , title =. 2021 , booktitle =. 2105.02158 , archivePrefix =

  47. [47]

    Interruption-Aware Cooperative Perception for V2X Communication-Aided Autonomous Driving

    Shunli Ren and Zixing Lei and Zi Wang and Mehrdad Dianati and Yafei Wang and Siheng Chen and Wenjun Zhang , title =. 2024 , journal =. 2304.11821 , archivePrefix =

  48. [48]

    2019 , journal =

    Santiago Royo and Maria Ballesta-Garcia , title =. 2019 , journal =

  49. [49]

    Split Hierarchical Variational Compression

    Tom Ryder and Chen Zhang and Ning Kang and Shifeng Zhang , title =. 2022 , booktitle =. 2204.02071 , archivePrefix =

  50. [50]

    Shapiro , title =

    Jerome M. Shapiro , title =. 1993 , journal =

  51. [51]

    2001 , journal =

    Athanassios Skodras and Charilaos Christopoulos and Touradj Ebrahimi , title =. 2001 , journal =

  52. [52]

    The JPEG XL Image Coding System: History, Features, Coding Tools, Design Rationale, and Future

    Jon Sneyers and Jyrki Alakuijala and Luca Versari and Zoltán Szabadka and Sami Boukortt and Amnon Cohen-Tidhar and Moritz Firsching and Evgenii Kliuchnikov and Tal Lev-Ami and Eric Portis and Thomas Richter and Osamu Watanabe , title =. 2025 , howpublished =. 2506.05987 , archivePrefix =

  53. [53]

    2023 , booktitle =

    Rui Song and Chunyang Fu and Shan Liu and Ge Li , title =. 2023 , booktitle =

  54. [54]

    2026 , booktitle =

    Rui Song and Yan Wang and Tongda Xu and Zhening Liu and Zehong Lin and Jun Zhang , title =. 2026 , booktitle =

  55. [55]

    2020 , booktitle =

    Pei Sun and Henrik Kretzschmar and Xerxes Dotiwalla and Aurelien Chouard and Vijaysai Patnaik and Paul Tsui and James Guo and Yin Zhou and Yuning Chai and Benjamin Caine and Vijay Vasudevan and Wei Han and Jiquan Ngiam and Hang Zhao and Aleksei Timofeev and Scott Ettinger and Maxim Krivokon and Amy Gao and Aditya Joshi and Yu Zhang and Jonathon Shlens and...

  56. [56]

    Cohen and Anthony Vetro , title =

    Dong Tian and Hideaki Ochimizu and Chen Feng and Robert A. Cohen and Anthony Vetro , title =. 2017 , booktitle =

  57. [57]

    2019 , booktitle =

    James Townsend and Thomas Bird and David Barber , title =. 2019 , booktitle =. 1901.04866 , archivePrefix =

  58. [58]

    Sarma and Michael M

    Yue Wang and Yongbin Sun and Ziwei Liu and Sanjay E. Sarma and Michael M. Bronstein and Justin M. Solomon , title =. 2019 , journal =. 1801.07829 , archivePrefix =

  59. [59]

    2020 , booktitle =

    Tsun-Hsuan Wang and Sivabalan Manivasagam and Ming Liang and Bin Yang and Wenyuan Zeng and Raquel Urtasun , title =. 2020 , booktitle =. 2008.07519 , archivePrefix =

  60. [60]

    R-PCC: A Baseline for Range Image-based Point Cloud Compression

    Sukai Wang and Jianhao Jiao and Peide Cai and Lujia Wang , title =. 2022 , booktitle =. 2109.07717 , archivePrefix =

  61. [61]

    2023 , journal =

    Jianqiang Wang and Dandan Ding and Zhu Li and Xiaoxing Feng and Chuntong Cao and Zhan Ma , title =. 2023 , journal =. 2111.10633 , archivePrefix =

  62. [62]

    2025 , journal =

    Jianqiang Wang and Ruixiang Xue and Jiaxin Li and Dandan Ding and Yi Lin and Zhan Ma , title =. 2025 , journal =

  63. [63]

    Sullivan and Gisle Bjøntegaard and Ajay Luthra , title =

    Thomas Wiegand and Gary J. Sullivan and Gisle Bjøntegaard and Ajay Luthra , title =. 2003 , journal =

  64. [64]

    Witten and Radford M

    Ian H. Witten and Radford M. Neal and John G. Cleary , title =. 1987 , journal =

  65. [65]

    Point Transformer V2: Grouped Vector Attention and Partition-based Pooling

    Xiaoyang Wu and Yixing Lao and Li Jiang and Xihui Liu and Hengshuang Zhao , title =. 2022 , booktitle =. 2210.05666 , archivePrefix =

  66. [66]

    2024 , booktitle =

    Xiaoyang Wu and Li Jiang and Peng-Shuai Wang and Zhijian Liu and Xihui Liu and Yu Qiao and Wanli Ouyang and Tong He and Hengshuang Zhao , title =. 2024 , booktitle =. 2312.10035 , archivePrefix =

  67. [67]

    Li and Ge Li , title =

    Xiaodong Yang and Yiting Shao and Shan Liu and Thomas H. Li and Ge Li , title =. 2023 , booktitle =

  68. [68]

    2024 , booktitle =

    Lihe Yang and Bingyi Kang and Zilong Huang and Zhen Zhao and Xiaogang Xu and Jiashi Feng and Hengshuang Zhao , title =. 2024 , booktitle =. 2406.09414 , archivePrefix =

  69. [69]

    RENO: Real-Time Neural Compression for 3D LiDAR Point Clouds

    Kang You and Tong Chen and Dandan Ding and M. Salman Asif and Zhan Ma , title =. 2025 , booktitle =. 2503.12382 , archivePrefix =

  70. [70]

    iFlow: Numerically Invertible Flows for Efficient Lossless Compression via a Uniform Coder

    Shifeng Zhang and Ning Kang and Tom Ryder and Zhenguo Li , title =. 2021 , booktitle =. 2111.00965 , archivePrefix =

  71. [71]

    2024 , booktitle =

    Zhe Zhang and Huairui Wang and Zhenzhong Chen and Shan Liu , title =. 2024 , booktitle =

  72. [72]

    Deep joint source-channel coding for wireless point cloud transmission

    Cixiao Zhang and Mufan Liu and Wenjie Huang and Yin Xu and Yiling Xu and Dazhi He , title =. 2025 , booktitle =. 2408.04889 , archivePrefix =

  73. [73]

    RIDDLE: Lidar Data Compression with Range Image Deep Delta Encoding

    Xuanyu Zhou and Charles R. Qi and Yin Zhou and Dragomir Anguelov , title =. 2022 , booktitle =. 2206.01738 , archivePrefix =

  74. [74]

    Efficient LiDAR Reflectance Compression via Scanning Serialization

    Jiahao Zhu and Kang You and Dandan Ding and Zhan Ma , title =. 2025 , booktitle =. 2505.09433 , archivePrefix =