ZeroHour

Search: “fine”

4,494 stories

Hierarchical NeRF with JAX3D for Volumetric Rendering, Novel-View Synthesis, and 3D Reconstruction

MarkTechPost tutorial implements a hierarchical NeRF in JAX using jax3d volume-rendering primitives for novel-view synthesis and 3D reconstruction.

The tutorial builds an end-to-end hierarchical Neural Radiance Field using JAX, Flax, Optax, and jax3d's volume-rendering functions (sample_along_rays, volume_rendering, sample_piecewise_constant_pdf). It implements positional encoding, skip connections, separate coarse and fine networks, and view-direction conditioning with hierarchical importance sampling. Training uses JAX JIT compilation, Adam optimization, exponential learning-rate decay, and gradient clipping. Evaluation covers PSNR, depth and opacity visualization, 360-degree rendering, and marching-cubes geometry extraction.

MarkTechPost · 2d agoAI research

When the Algorithm Fires You: Uber Faces €825M Fine

Dutch regulators fined Uber 825 million euros under GDPR for suspending drivers via fully automated decisions without human review or disclosure.

The Dutch Data Protection Authority (Autoriteit Persoonsgegevens) fined Uber 824,990,000 euros (~$964M) for making fully automated decisions to deactivate drivers' accounts between 2018 and 2022 without any human review, violating GDPR limits on automated decision-making, and for failing to inform drivers that automated systems were deciding. The penalty is Uber's fourth from the Dutch regulator and exceeds its previous record 290 million euro fine from 2024 over data transfers to the US. Uber says it has stopped the cited practices and is appealing both the decision and the fine amount.

Security Affairs · 21d agoPolicy & legal

Drift-Constrained Optimization: Only Direction Matters in Fine-Tuning Instruct Models

Drift-Constrained Optimization reformulates fine-tuning as update-direction selection, letting Qwen3 models improve target tasks within a behavioral drift budget.

The paper specifies a behavioral drift budget before optimization and shows that update direction is the remaining degree of freedom, reformulating fine-tuning as a direction-selection problem. In a stringent QA-only setting where instruct models must still generate multi-step reasoning at inference, a coarse layer-selective probe reverses the failure of QA-only fine-tuning. Across Qwen3-8B and Qwen3-14B, these directions substantially improve scientific reasoning and multilingual translation, matching or outperforming dedicated translation systems over 100+ languages and giving stronger initialization for reinforcement learning.

Hugging Face daily papers · 4d agoAI research