Papers
Topics
Authors
Recent
Search
2000 character limit reached

NeuralSVCD: Neural Approaches in DSC, Video & Robotics

Updated 4 July 2026
  • NeuralSVCD is an umbrella term that defines neural encoder–decoder systems across distributed source coding, stereo video compression, and swept-volume collision detection.
  • It integrates structured priors with learned latent representations to optimize trade-offs in rate–distortion, cross-view alignment, and efficient geometric reasoning.
  • Each application adapts explicit modules—such as arithmetic coding, hybrid disparity compensation, or Newton-based filtering—to enhance performance over traditional methods.

NeuralSVCD is an overloaded term in recent arXiv literature rather than a single standardized method name. It has been used for a fully data-driven lossy distributed source coding pipeline based on a conditional Vector-Quantized Variational Autoencoder (VQ-VAE) and an autoregressive prior (Whang et al., 2021), for a stereo video compression framework built around hybrid disparity compensation modules inside a modified single-view neural video codec (Jiang et al., 29 Apr 2025), and for a neural encoder–decoder architecture for swept volume collision detection in robotic motion planning (Son et al., 30 Aug 2025). The shared motif is the replacement of hand-crafted analytic or geometric subroutines by learned latent representations and end-to-end optimization, but the tasks, theoretical foundations, and evaluation criteria are distinct.

1. Terminological scope and disambiguation

In the source coding literature, “Neural DSC” is explicitly described as “a.k.a. NeuralSVCD,” where the task is lossy distributed source coding with decoder-only side information (Whang et al., 2021). In stereo video compression, the method description identifies the proposed framework as the “NeuralSVCD method,” although the paper title is “Neural Stereo Video Compression with Hybrid Disparity Compensation” (Jiang et al., 29 Apr 2025). In robotics, “NeuralSVCD” is the title of a method for efficient swept volume collision detection (Son et al., 30 Aug 2025).

Usage in literature Core task Principal mechanism
Neural Distributed Source Coding Lossy DSC with side information only at the decoder conditional VQ-VAE plus autoregressive prior
Neural Stereo Video Compression Stereo video compression in GOP fashion HDC-FER and HDC-EM within modified DCVC-TCM*
NeuralSVCD for Efficient Swept Volume Collision Detection Continuous collision checking along a trajectory distributed latent scene representation plus broad-phase and neural narrow-phase

A common misconception is that NeuralSVCD denotes a single architecture family. The literature instead shows that the label has been attached to separate encoder–decoder systems in compression and robotics. This suggests that the term functions more as a naming convention than as a unified technical taxonomy.

2. NeuralSVCD as neural distributed source coding

In distributed source coding (DSC), a source XX must be encoded without access to correlated side information YY, while the decoder has access to YY. The classical lossless setting is governed by the Slepian–Wolf region

RXH(XY),RYH(YX),RX+RYH(X,Y),R_X \ge H(X\mid Y),\quad R_Y \ge H(Y\mid X),\quad R_X + R_Y \ge H(X,Y),

and the lossy setting with exact decoder-side side information is characterized by the Wyner–Ziv bound

RXY(D)=minp(ux)I(X;UY)s.t.E[d(X,X^(U,Y))]D.R_{X\mid Y}(D) = \min_{p(u\mid x)} I(X;U\mid Y) \quad\text{s.t.}\quad \mathbb{E}[d(X,\hat X(U,Y))]\le D.

The central claim of “Neural Distributed Source Coding” is that practical DSC need not rely on hand-designed quantizers and channel codes for simple Bernoulli or Gaussian models; instead, a conditional VQ-VAE can jointly learn “quantizer + binning” and scale to high-dimensional, arbitrarily correlated sources (Whang et al., 2021).

The architecture consists of an encoder fencf_\mathrm{enc} producing ze=fenc(X)Rd\mathbf{z}_e=f_\mathrm{enc}(X)\in\mathbb{R}^d, a learnable codebook C={e1,,eK}Rd\mathcal{C}=\{e_1,\dots,e_K\}\subset\mathbb{R}^d, nearest-neighbor vector quantization

m=argminifenc(X)ei2,zq=em,m=\arg\min_i \lVert f_\mathrm{enc}(X)-e_i\rVert_2,\qquad z_q=e_m,

and a decoder fdec(zq;Y)f_\mathrm{dec}(z_q;Y) conditioned on YY0. For images, the implementation uses strided YY1 convolutions, residual blocks with GELU, a latent map such as YY2, codebooks ranging from 256 entries for 8 bits down to 2 entries for 1 bit, a mirrored decoder with transposed convolutions and final sigmoid, and an “SI-Net” CNN to preprocess YY3 before concatenation or FiLM-like conditioning inside the decoder.

Training uses the standard VQ-VAE decomposition: reconstruction loss

YY4

commitment loss

YY5

and codebook loss

YY6

The combined objective is

YY7

with YY8--0.25 and EMA codebook updates as in van den Oord et al. (2017). Exact rate control follows from the codebook cardinality: per-symbol rate is YY9, and total rate is YY0 bits. To close the gap to theoretical limits, the method fits a Transformer-based autoregressive prior YY1 on the quantized indices and uses arithmetic coding, achieving a rate of YY2 bits per symbol.

The empirical evaluation spans stereo image compression, complex cross-part correlations on CelebA-HQ, synthetic i.i.d. Gaussian pairs, and gradient compression for distributed SGD. On KITTI Stereo, the method reports state-of-the-art PSNR across YY3–YY4 bpp, with latent-prior gains of up to YY5 dB, competitive MS-SSIM despite MSE-only training, and parameter counts of YY6–YY7 M versus YY8–YY9 M for baselines. On CelebA-HQ top-versus-bottom splitting, the distributed scheme nearly matches joint coding across RXH(XY),RYH(YX),RX+RYH(X,Y),R_X \ge H(X\mid Y),\quad R_Y \ge H(Y\mid X),\quad R_X + R_Y \ge H(X,Y),0–RXH(XY),RYH(YX),RX+RYH(X,Y),R_X \ge H(X\mid Y),\quad R_Y \ge H(Y\mid X),\quad R_X + R_Y \ge H(X,Y),1 bits/image, with PSNR within RXH(XY),RYH(YX),RX+RYH(X,Y),R_X \ge H(X\mid Y),\quad R_Y \ge H(Y\mid X),\quad R_X + R_Y \ge H(X,Y),2 dB, and a “bin diversity” test reports LPIPS RXH(XY),RYH(YX),RX+RYH(X,Y),R_X \ge H(X\mid Y),\quad R_Y \ge H(Y\mid X),\quad R_X + R_Y \ge H(X,Y),3 versus RXH(XY),RYH(YX),RX+RYH(X,Y),R_X \ge H(X\mid Y),\quad R_Y \ge H(Y\mid X),\quad R_X + R_Y \ge H(X,Y),4 for an uncorrelated side-information model. On synthetic Gaussian sources RXH(XY),RYH(YX),RX+RYH(X,Y),R_X \ge H(X\mid Y),\quad R_Y \ge H(Y\mid X),\quad R_X + R_Y \ge H(X,Y),5, RXH(XY),RYH(YX),RX+RYH(X,Y),R_X \ge H(X\mid Y),\quad R_Y \ge H(Y\mid X),\quad R_X + R_Y \ge H(X,Y),6, the learned distributed compressor outperforms the optimal single-source compressor at low rates and approaches the asymptotic Slepian–Wolf/Wyner–Ziv bound. In distributed SGD on a MNIST CNN, at equal rate RXH(XY),RYH(YX),RX+RYH(X,Y),R_X \ge H(X\mid Y),\quad R_Y \ge H(Y\mid X),\quad R_X + R_Y \ge H(X,Y),7 bits/parameter, the distributed VQ-VAE gives RXH(XY),RYH(YX),RX+RYH(X,Y),R_X \ge H(X\mid Y),\quad R_Y \ge H(Y\mid X),\quad R_X + R_Y \ge H(X,Y),8 faster training convergence than several baselines while reaching final test accuracy comparable to joint compression (Whang et al., 2021).

Within this usage, NeuralSVCD denotes a neural realization of Wyner–Ziv-style lossy DSC. Its significance lies in replacing explicit source modeling by a learned discrete latent interface that simultaneously provides explicit rate control and decoder conditioning.

3. NeuralSVCD in stereo video compression

In stereo video compression, the NeuralSVCD label is attached to a framework that builds on a modified single-view neural video codec, DCVC-TCM*, and codes each stereo view in Group-of-Pictures fashion with an I-frame followed by P-frames (Jiang et al., 29 Apr 2025). At time step RXH(XY),RYH(YX),RX+RYH(X,Y),R_X \ge H(X\mid Y),\quad R_Y \ge H(Y\mid X),\quad R_X + R_Y \ge H(X,Y),9, the stereo pair RXY(D)=minp(ux)I(X;UY)s.t.E[d(X,X^(U,Y))]D.R_{X\mid Y}(D) = \min_{p(u\mid x)} I(X;U\mid Y) \quad\text{s.t.}\quad \mathbb{E}[d(X,\hat X(U,Y))]\le D.0 is coded conditioned on reconstructed frames RXY(D)=minp(ux)I(X;UY)s.t.E[d(X,X^(U,Y))]D.R_{X\mid Y}(D) = \min_{p(u\mid x)} I(X;U\mid Y) \quad\text{s.t.}\quad \mathbb{E}[d(X,\hat X(U,Y))]\le D.1 and extracted features RXY(D)=minp(ux)I(X;UY)s.t.E[d(X,X^(U,Y))]D.R_{X\mid Y}(D) = \min_{p(u\mid x)} I(X;U\mid Y) \quad\text{s.t.}\quad \mathbb{E}[d(X,\hat X(U,Y))]\le D.2. Each view contains five main components: motion estimation with a lightweight RAFT, motion compression through a motion encoder/decoder with hyperprior and entropy model, motion compensation yielding multi-scale context features, context compression into base features, and final frame reconstruction.

The defining contribution is Hybrid Disparity Compensation (HDC), which combines an explicit shifting prior with an implicit cross-attention mechanism. Given downsampled features RXY(D)=minp(ux)I(X;UY)s.t.E[d(X,X^(U,Y))]D.R_{X\mid Y}(D) = \min_{p(u\mid x)} I(X;U\mid Y) \quad\text{s.t.}\quad \mathbb{E}[d(X,\hat X(U,Y))]\le D.3 and maximum disparity RXY(D)=minp(ux)I(X;UY)s.t.E[d(X,X^(U,Y))]D.R_{X\mid Y}(D) = \min_{p(u\mid x)} I(X;U\mid Y) \quad\text{s.t.}\quad \mathbb{E}[d(X,\hat X(U,Y))]\le D.4, the method forms shifted 4D volumes

RXY(D)=minp(ux)I(X;UY)s.t.E[d(X,X^(U,Y))]D.R_{X\mid Y}(D) = \min_{p(u\mid x)} I(X;U\mid Y) \quad\text{s.t.}\quad \mathbb{E}[d(X,\hat X(U,Y))]\le D.5

computes a channelwise dot-product similarity

RXY(D)=minp(ux)I(X;UY)s.t.E[d(X,X^(U,Y))]D.R_{X\mid Y}(D) = \min_{p(u\mid x)} I(X;U\mid Y) \quad\text{s.t.}\quad \mathbb{E}[d(X,\hat X(U,Y))]\le D.6

applies RXY(D)=minp(ux)I(X;UY)s.t.E[d(X,X^(U,Y))]D.R_{X\mid Y}(D) = \min_{p(u\mid x)} I(X;U\mid Y) \quad\text{s.t.}\quad \mathbb{E}[d(X,\hat X(U,Y))]\le D.7, and normalizes across disparity with

RXY(D)=minp(ux)I(X;UY)s.t.E[d(X,X^(U,Y))]D.R_{X\mid Y}(D) = \min_{p(u\mid x)} I(X;U\mid Y) \quad\text{s.t.}\quad \mathbb{E}[d(X,\hat X(U,Y))]\le D.8

This RXY(D)=minp(ux)I(X;UY)s.t.E[d(X,X^(U,Y))]D.R_{X\mid Y}(D) = \min_{p(u\mid x)} I(X;U\mid Y) \quad\text{s.t.}\quad \mathbb{E}[d(X,\hat X(U,Y))]\le D.9 is the “explicit pixel-wise attention score.” Cross-view feature fusion then uses weighted 3D convolution: fencf_\mathrm{enc}0

fencf_\mathrm{enc}1

After upsampling, the aligned references are added residually to the per-view features.

Two HDC-based modules operationalize this idea. HDC-FER is inserted at every scale inside the motion and context encoder/decoder for feature extraction and reconstruction. HDC-EM serves as the entropy predictor during channel-wise autoregressive coding. For a latent tensor fencf_\mathrm{enc}2, the channels are partitioned into fencf_\mathrm{enc}3 equal slices and encoded in the interleaved order

fencf_\mathrm{enc}4

The entropy model for slice fencf_\mathrm{enc}5 uses intra-view priors, aligned cross-view priors, and spatial–temporal priors fencf_\mathrm{enc}6. A small DepthConvBlock predicts fencf_\mathrm{enc}7 and fencf_\mathrm{enc}8, after which quantization and arithmetic coding follow

fencf_\mathrm{enc}9

under a Gaussian likelihood ze=fenc(X)Rd\mathbf{z}_e=f_\mathrm{enc}(X)\in\mathbb{R}^d0.

The rate–distortion objective for both views at time ze=fenc(X)Rd\mathbf{z}_e=f_\mathrm{enc}(X)\in\mathbb{R}^d1 is

ze=fenc(X)Rd\mathbf{z}_e=f_\mathrm{enc}(X)\in\mathbb{R}^d2

where ze=fenc(X)Rd\mathbf{z}_e=f_\mathrm{enc}(X)\in\mathbb{R}^d3 is either MSE or ze=fenc(X)Rd\mathbf{z}_e=f_\mathrm{enc}(X)\in\mathbb{R}^d4, and ze=fenc(X)Rd\mathbf{z}_e=f_\mathrm{enc}(X)\in\mathbb{R}^d5. Training proceeds in stages: pretraining DCVC-TCM* on Vimeo-90K, adding HDC-EM for 300k iterations, freezing HDC-EM and adding HDC-FER for 20k iterations, then full-model training for 200k iterations, followed by an additional 100k iterations for MSE-to-MS-SSIM fine-tuning.

The reported rate–distortion results cover Cityscapes, KITTI 2012, KITTI 2015, and Nagoya. The method yields the best PSNR at all bit-rates; on KITTI 2012, for example, at ze=fenc(X)Rd\mathbf{z}_e=f_\mathrm{enc}(X)\in\mathbb{R}^d6 bpp, PSNR is approximately ze=fenc(X)Rd\mathbf{z}_e=f_\mathrm{enc}(X)\in\mathbb{R}^d7 dB for MV-HEVC versus approximately ze=fenc(X)Rd\mathbf{z}_e=f_\mathrm{enc}(X)\in\mathbb{R}^d8 dB for the proposed method. Relative to MV-HEVC, PSNR BD-rate savings are ze=fenc(X)Rd\mathbf{z}_e=f_\mathrm{enc}(X)\in\mathbb{R}^d9 on Cityscapes, C={e1,,eK}Rd\mathcal{C}=\{e_1,\dots,e_K\}\subset\mathbb{R}^d0 on KITTI 2012, C={e1,,eK}Rd\mathcal{C}=\{e_1,\dots,e_K\}\subset\mathbb{R}^d1 on KITTI 2015, C={e1,,eK}Rd\mathcal{C}=\{e_1,\dots,e_K\}\subset\mathbb{R}^d2 on Kendo, and C={e1,,eK}Rd\mathcal{C}=\{e_1,\dots,e_K\}\subset\mathbb{R}^d3 on Balloons; MS-SSIM BD-rates are C={e1,,eK}Rd\mathcal{C}=\{e_1,\dots,e_K\}\subset\mathbb{R}^d4, C={e1,,eK}Rd\mathcal{C}=\{e_1,\dots,e_K\}\subset\mathbb{R}^d5, C={e1,,eK}Rd\mathcal{C}=\{e_1,\dots,e_K\}\subset\mathbb{R}^d6, C={e1,,eK}Rd\mathcal{C}=\{e_1,\dots,e_K\}\subset\mathbb{R}^d7, and C={e1,,eK}Rd\mathcal{C}=\{e_1,\dots,e_K\}\subset\mathbb{R}^d8, respectively. The method is also reported as about C={e1,,eK}Rd\mathcal{C}=\{e_1,\dots,e_K\}\subset\mathbb{R}^d9 versus LSVC on KITTI datasets and about m=argminifenc(X)ei2,zq=em,m=\arg\min_i \lVert f_\mathrm{enc}(X)-e_i\rVert_2,\qquad z_q=e_m,0 versus LLSS. Complexity for a m=argminifenc(X)ei2,zq=em,m=\arg\min_i \lVert f_\mathrm{enc}(X)-e_i\rVert_2,\qquad z_q=e_m,1 input pair is m=argminifenc(X)ei2,zq=em,m=\arg\min_i \lVert f_\mathrm{enc}(X)-e_i\rVert_2,\qquad z_q=e_m,2 M parameters and m=argminifenc(X)ei2,zq=em,m=\arg\min_i \lVert f_\mathrm{enc}(X)-e_i\rVert_2,\qquad z_q=e_m,3 G FLOPs, compared with m=argminifenc(X)ei2,zq=em,m=\arg\min_i \lVert f_\mathrm{enc}(X)-e_i\rVert_2,\qquad z_q=e_m,4 M and m=argminifenc(X)ei2,zq=em,m=\arg\min_i \lVert f_\mathrm{enc}(X)-e_i\rVert_2,\qquad z_q=e_m,5 G for DCVC-TCM*, m=argminifenc(X)ei2,zq=em,m=\arg\min_i \lVert f_\mathrm{enc}(X)-e_i\rVert_2,\qquad z_q=e_m,6 M and m=argminifenc(X)ei2,zq=em,m=\arg\min_i \lVert f_\mathrm{enc}(X)-e_i\rVert_2,\qquad z_q=e_m,7 G for LSVC, and m=argminifenc(X)ei2,zq=em,m=\arg\min_i \lVert f_\mathrm{enc}(X)-e_i\rVert_2,\qquad z_q=e_m,8 M and m=argminifenc(X)ei2,zq=em,m=\arg\min_i \lVert f_\mathrm{enc}(X)-e_i\rVert_2,\qquad z_q=e_m,9 G for LLSS. Encoding plus decoding one stereo P-frame takes approximately fdec(zq;Y)f_\mathrm{dec}(z_q;Y)0 s on an RTX 4090 (Jiang et al., 29 Apr 2025).

In this usage, NeuralSVCD designates a cross-view neural compression system rather than a DSC or robotics method. The central technical theme is disparity-aware alignment for both reconstruction and entropy modeling.

4. NeuralSVCD for swept volume collision detection

In robotics, NeuralSVCD denotes a learned encoder–decoder pipeline for continuous swept volume collision detection (SVCD), motivated by the limitations of discrete waypoint-based collision checking (Son et al., 30 Aug 2025). The problem is formalized for a moving triangle mesh fdec(zq;Y)f_\mathrm{dec}(z_q;Y)1, a static scene mesh fdec(zq;Y)f_\mathrm{dec}(z_q;Y)2, and a trajectory fdec(zq;Y)f_\mathrm{dec}(z_q;Y)3. The swept volume is

fdec(zq;Y)f_\mathrm{dec}(z_q;Y)4

and SVCD seeks either the binary collision indicator

fdec(zq;Y)f_\mathrm{dec}(z_q;Y)5

or the maximum penetration depth

fdec(zq;Y)f_\mathrm{dec}(z_q;Y)6

The paper contrasts exact but expensive convex-hull methods based on convex-cell plus GJK with faster but less faithful sphere-approximation methods.

NeuralSVCD constructs a distributed latent representation of geometry to exploit shape locality. It samples fdec(zq;Y)f_\mathrm{dec}(z_q;Y)7 representative surface points fdec(zq;Y)f_\mathrm{dec}(z_q;Y)8 using Furthest Point Sampling, assigns each mesh vertex to its nearest fdec(zq;Y)f_\mathrm{dec}(z_q;Y)9, and feeds the resulting local point set YY00 into a shared encoder YY01 to obtain

YY02

Each representative point also receives a bounding sphere of radius

YY03

Thus a mesh is represented as

YY04

Collision checking is then split into a broad phase and a narrow phase. In the broad phase, for every pair YY05, the method solves

YY06

with a few Newton iterations. Negative minima indicate sphere overlap and produce a candidate set of size YY07. In the narrow phase, around each YY08, the method computes a first-order local trajectory approximation YY09 and the pose YY10, forms

YY11

and applies an YY12- and scale-invariant preprocessing

YY13

where YY14 places the midpoint of YY15 at the origin and aligns the object–object axis with a canonical direction. The decoder outputs a collision logit

YY16

and the final collision score is

YY17

The encoder backbone can be PointNet-style or VN-OccNet. The decoder is an MLP with ReLU activations. To preserve rotation equivariance during latent transformation in inference, the method applies YY18 following Son et al. (2024). Training data consist of random mesh pairs and linear trajectories sampled from 2556 assets from GoogleScannedObjects, ObjaverseXL, and NOCS, with ground-truth labels obtained via FCL. The objective is

YY19

combining binary cross-entropy with a gradient-norm regularizer. Encoder and decoder are trained end-to-end with Adam for approximately 100 epochs.

The reported complexity is

YY20

where YY21 is the average number of Newton iterations per pair. Empirically, with YY22, YY23, and YY24, the runtime is YY25. The paper reports up to a YY26 speed-up over mesh-based GJK-style SVCD and a YY27 speed-up over high-fidelity sphere-based SVCD, together with YY28–YY29 better collision-detection accuracy on in-domain and out-of-domain shapes. In UR5 plus mobile-base insertion tasks, NeuralSVCD reaches YY30 accuracy in YY31, peaks at YY32 on in-domain obstacles and YY33 on out-of-domain obstacles, and integrates into cuRobo for dish insertion, bimanual peg assembly, and mining-site navigation. Across 500 random trials per task, the continuous NeuralSVCD system is reported to yield higher success rates YY34, lower maximum penetration depth YY35, and faster runtimes YY36 than sphere-based baselines with success YY37–YY38, penetration YY39–YY40, and time YY41–YY42 (Son et al., 30 Aug 2025).

This usage is the most literal realization of the acronym “SVCD,” since the target task is explicitly swept volume collision detection. It shifts the acronym from compression to geometric reasoning and motion planning.

5. Recurrent design patterns across the three usages

Despite the disparate application domains, the three NeuralSVCD usages exhibit closely related structural choices. In distributed source coding, the core abstraction is a discrete latent grid produced by vector quantization, with side information entering only at the decoder (Whang et al., 2021). In stereo video compression, the core abstraction is a cross-view latent hierarchy in which disparity-aligned features and latents are fused at multiple scales and also influence entropy prediction (Jiang et al., 29 Apr 2025). In swept volume collision detection, the central abstraction is a distributed set of local latent descriptors YY43 that decomposes geometry spatially and localizes collision reasoning temporally (Son et al., 30 Aug 2025).

A second commonality is the use of explicit inductive structure alongside learned modules. Neural DSC retains exact rate control through YY44 and optional arithmetic coding on a learned prior. Stereo video compression retains an explicit horizontal-shift prior before learned cross-attention. Swept-volume collision detection retains explicit sphere-based broad-phase filtering and Newton minimization before neural narrow-phase refinement. This suggests that the NeuralSVCD label is associated less with fully unconstrained end-to-end learning than with hybrid systems in which a known structural prior is preserved and the hard modeling step is learned.

A third commonality is that each method is evaluated against a rate–accuracy or efficiency–accuracy frontier rather than on accuracy alone. In Neural DSC the frontier is bits/pixel versus PSNR and MS-SSIM, and bits/parameter versus optimization behavior. In stereo video compression it is bpp against PSNR or MS-SSIM with BD-rate summaries. In robotic SVCD it is per-query accuracy against runtime, then downstream planning success, penetration depth, and planning time. The significance of this pattern is methodological: all three works position learning as a way to improve operational trade-offs that were previously constrained by hand-designed modeling assumptions, disparity heuristics, or branch-heavy geometric algorithms.

6. Limitations, misconceptions, and open directions

Each usage of NeuralSVCD comes with explicit limitations. In neural distributed source coding, VQ-VAE training can be sensitive to codebook collapse; careful YY45 tuning and EMA codebook updates are required. Performance also degrades at high rates because a finite latent grid does not match infinite-block theoretical bounds, and the reported framework focuses on two sources rather than multiple-source or networked scenarios (Whang et al., 2021). Proposed future extensions include hierarchical VQ-VAE, learned distortion measures such as perceptual losses, end-to-end joint training of the side-information compressor and the primary compressor, and extensions to video, multi-view, and multi-modal DSC.

In stereo video compression, the method improves compression substantially but still increases complexity relative to its single-view backbone: YY46 M parameters and YY47 G FLOPs versus YY48 M and YY49 G for DCVC-TCM*. The reported argument is not minimal complexity but superior compression while remaining far below LSVC and LLSS in parameter count or FLOPs (Jiang et al., 29 Apr 2025). A plausible implication is that the framework trades some backbone simplicity for stronger cross-view modeling.

In swept volume collision detection, the decoder is trained as a binary classifier, and logits are used as surrogate penetration distances. The paper states that this can yield gradient mis-scaling and local minima in trajectory optimizers, partially mitigated by two-stage solvers such as MPPI followed by L-BFGS. The method also assumes access to complete 3D meshes rather than raw sensor inputs. Listed future directions are articulated and deformable bodies, multi-agent swept volumes, and end-to-end planning with differentiable or learning-based planners (Son et al., 30 Aug 2025).

A broader misconception is that the presence of a common name implies direct methodological lineage among these works. The literature instead documents three distinct technical programs: decoder-side side-information coding, hybrid-disparity stereo video coding, and continuous collision checking. Their overlap lies in architectural idiom—local latent representations, hybrid learned-plus-structured inference, and optimization against rate or runtime constraints—rather than in a shared formalism or benchmark suite.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (3)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to NeuralSVCD.