Pith. sign in

REVIEW 2 major objections 5 minor 4 cited by

Programmable few-atom Bragg scattering and ground-state cooling in a cavity

T0 review · 2 major / 5 minor · reviewed 2026-08-05 · deepseek-v4-flash

Pith's one-line read EgoCross shows AI video assistants lose ~30 accuracy points when leaving daily-life scenes.

desk verdict The arXiv envelope is one paper and the body is another—this is actually a useful egocentric QA benchmark paper with a plausible main finding and two measurement premises that need tightening before I'd trust the headline numbers. read the letter →

arxiv 2508.10748 v1 pith:LGQVNEPR submitted 2025-08-14 quant-ph physics.atom-ph

classification quant-phphysics.atom-ph
keywords cross-domaingeneralizationegocentricvideoquestionansweringmultimodallargelanguagemodelsbenchmarkdomainshiftsurgeryactionlocalizationreinforcementlearning
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

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

The reading

This paper introduces EgoCross, a benchmark of about 1,000 question-answer pairs over 798 egocentric videos from surgery, industry, extreme sports, and animal-perspective footage. Its central claim is that current multimodal large language models—including proprietary, open-source, and egocentric-specialized ones—generalize poorly to these domains, with average CloseQA accuracy below 55% and OpenQA accuracy below 35%. A direct comparison on aligned question types shows accuracy dropping from 73.58% on the in-domain EgoSchema benchmark to 43.14% on EgoCross. The finding matters because real deployment of egocentric assistants will encounter exactly these unfamiliar, high-stakes settings, not just cooking and cleaning videos.

What carries the argument

The benchmark itself is the central instrument: four curated domains sourced from five public egocentric video datasets (EgoSurgery, CholecTrack20, ENIGMA-51, ExtremeSportFPV, EgoPet), with 957 QA pairs spanning four task categories (identification, localization, prediction, counting) decomposed into 15 subtasks, each annotated in both multiple-choice (CloseQA) and free-form (OpenQA) formats. The QA pairs are generated by executing programmatic reasoning over refined meta-annotations, which makes ground-truth answers deterministic. The benchmark enables the paper's core measurement: a controlled comparison of the same model on thematically aligned questions from in-domain versus cross-domain

What would settle it

Have human annotators review all 957 QA pairs against their source videos without knowing model predictions. If a substantial fraction of model failures can be traced to unanswerable questions, ambiguous ground truth, or wrong distractors rather than genuine inability, the measured domain gap would shrink and the paper's core claim would be weakened.

Watch

Extended reading notes

Core claim

The paper claims that cross-domain shift causes a large, consistent performance collapse in egocentric video question answering. Across eight models spanning proprietary (GPT-4.1, Gemini 2.5 Pro), open-source general-purpose (Qwen2.5-VL, VideoLLaMA3, InternVL3), and egocentric-specialized (EgoVLPv2, EgoGPT) architectures, no model exceeds 61.48% CloseQA accuracy on any single domain, and the egocentric-specialized models perform worst overall. On aligned question types, Qwen2.5-VL falls from 92.31% to 34.13% on action temporal localization and from 85.71% to 37.50% on next action prediction when moving from daily-life EgoSchema to cross-domain EgoCross. The paper attributes this to visual an

Load-bearing premise

The benchmark's numbers assume the batch-generated QA pairs are correct and answerable: only 10% of each domain's pairs were human-verified, so if errors or unanswerable questions are unevenly spread, every reported accuracy and the cross-domain gap itself would shift.

Editorial extensions

If this is right

  • If the central claim holds, egocentric-specialized models are not ready for deployment in surgical, industrial, or other professional settings despite strong in-domain benchmark scores.
  • The measured domain penalty (73.58% to 43.14% on aligned question types) gives a quantitative target: closing the cross-domain gap is a distinct challenge from improving in-domain accuracy.
  • The paper's finding that egocentric-specialized models generalize worse than general-purpose ones suggests that training on egocentric data alone does not confer cross-domain robustness.
  • Pilot results indicate reinforcement learning on domain data produces large gains (average +22% CloseQA over baseline), suggesting adaptation strategies can partially offset the domain gap.
  • Fine-grained results reveal that high-level skills such as prediction and temporal localization are the primary bottlenecks, while basic perceptual tasks like counting are comparatively less affected.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The 10% human-verification rate of QA pairs is a measurement limitation: if annotation errors are unevenly distributed across the four domains, the reported domain-difficulty ordering could be partly an artifact of label quality rather than model capability.
  • The structured generation pipeline from meta-annotations makes EgoCross formally reproducible: a full human re-verification of all 957 QA pairs, or an automatically generated larger extension, would directly test how much of the accuracy gap is robust to label noise.
  • The instruction-following brittleness observed in one model (zero-score on a sub-task where a peer scored 42.42%) suggests that some cross-domain failures stem from inconsistent adherence to output format under unfamiliar context, a failure mode that may be addressable by prompt engineering alone.
  • Because all source videos are public and the QA templates are defined by programmatic reasoning, the benchmark could be extended to additional professional domains without redesigning the pipeline.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

2 major / 5 minor

Summary. The paper introduces EgoCross, a benchmark for cross-domain egocentric video question answering (QA) covering surgery, industry, extreme sports, and animal perspective, with 957 QA pairs over 798 clips. Questions are generated via a templated pipeline: manually designed templates expanded by Gemini 2.5 Pro, instantiated with programmatic reasoning over source annotations, and provided in both multiple-choice (CloseQA) and free-form (OpenQA) formats. The authors evaluate eight multimodal LLMs, reporting overall CloseQA accuracy below 55% and OpenQA below 35%, with egocentric-specialized models performing worst. They further report a large domain-shift penalty by comparing Qwen2.5-VL on EgoSchema versus EgoCross on question types aligned through a semi-automated keyword procedure (73.58% to 43.14% on the aligned subset). Pilot studies with prompt learning, SFT, and RL show that RL gives the largest improvement.

Significance. If the benchmark's labels and evaluation protocols are reliable, EgoCross is a valuable resource for studying domain generalization in egocentric video QA. Its coverage of non-daily-life domains (surgery, industry, extreme sports, animal perspective) is genuinely novel, and the finding that egocentric-specialized models generalize poorly is interesting. The authors release code and a challenge, which is a concrete contribution. However, the central quantitative claims—the inter-domain difficulty ranking, the overall accuracy numbers, and the domain-gap comparison—depend on the correctness of the automatically generated QA labels, and the quality-control evidence presented is currently insufficient to support those claims.

major comments (2)
  1. [Sec. 3.2 (Batch Generation and Final Quality Control)] The final quality-control step verifies only a random 10% of QA pairs per domain, leaving 861 of 957 pairs without human verification. All headline results in Tables 2 and 5 assume these labels are correct and answerable. Because CloseQA answers are produced by programmatic reasoning over randomly extracted clips with randomly sampled distractors, clip-boundary errors, reasoning errors, or distractor collisions would silently produce wrong labels. Non-uniform label-error rates across the four domains could alter the inter-domain difficulty ranking in Table 2 and the magnitude of the reported 73.58%→43.14% domain-gap drop in Table 5. A 10% sample is far too small to bound a plausible 5–10% per-domain error rate. The authors should either verify all 957 QA pairs (which is feasible at this scale) or provide a per-domain human error analysis on a substantially larger sample, together with a
  2. [Sec. 4.3 and Appendix B.2 (Tables 5–6)] The domain-gap comparison relies on a semi-automated keyword-based categorization of EgoSchema questions into EgoCross task types. Table 6 shows that the aligned set is dominated by a catch-all 'Action State Identification' (239 of 500 EgoSchema questions) and includes 'Inference Prediction' (26), a type with no EgoCross counterpart. The 193 aligned EgoSchema questions vs. 350 EgoCross questions may not isolate comparable skills because the catch-all subsumes heterogeneous reasoning demands. Moreover, the comparison in Fig. 5 uses only one model (Qwen2.5-VL). To support the claim of a 'consistent and significant performance drop across all comparable QA types', the authors should report alignment quality (e.g., inter-annotator agreement or a manual audit of the final mapping), show that the drop persists when the catch-all categories are excluded, and ideally extend the comparison to at
minor comments (5)
  1. [Sec. 4.4 (Table 3)] The pilot studies use a 70/30 split of the benchmark QA pairs, but the exact training/test counts per domain are not reported. Given that Animal Per. has only 128 QA pairs, the 30% test split is very small and the reported per-domain RL improvements may be noisy. Also, the statement that 'each method improves performance to some extent' is contradicted by the Industry column where +Prompt (34.29) is below the Baseline (35.71). Please report split sizes and standard errors, and qualify the RL gains accordingly.
  2. [Appendix B.2 (Table 6)] The keyword-category counts in Table 6 sum to 468, while EgoSchema contains 500 questions. The disposition of the remaining 32 questions should be explained (e.g., unclassifiable or excluded). Without this, the alignment's completeness is unclear.
  3. [Appendix B.1 (Fig. 8)] The LLM-as-a-Judge prompt in Fig. 8 contains a duplicated phrase 'ground truth ground truth' and should be cleaned for clarity.
  4. [Fig. 4] The t-SNE axis label reads 'Optimized' but the optimization criterion is not described. Please specify what was optimized (e.g., perplexity, exaggeration) or remove the label.
  5. [Table 2] EgoVLPv2 is marked as not evaluated on OpenQA, but this is only in the caption. Please also note this in Sec. 4.2 so the reader does not misinterpret the missing OpenQA entries.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: benchmark evaluation is self-contained empirical measurement; stated QC and alignment limitations do not reduce to inputs.

full rationale

The paper's central claims are empirical measurements on a new benchmark, not a derivation chain. Sec 3.2 constructs QA pairs programmatically and verifies only 10% per domain; this is a label-quality limitation that affects all headline numbers, but it is not circular because model predictions do not define the ground-truth labels. Sec 4.3/Sec B.2 aligns EgoSchema questions using keyword sets derived from EgoCross's taxonomy (including the catch-all 'Action State Identification' in Table 6); this is an ad hoc categorization choice and a possible confound for the 73.58% vs 43.14% comparison, but the drop is measured, not fitted or forced by the alignment rule. Gemini 2.5 Pro was used to expand QA templates and also scores highest among proprietary models; this is a potential evaluator-bias concern, yet Gemini still scores only 52.95% CloseQA, so the 'models struggle' conclusion does not reduce to that overlap. No load-bearing self-citation, imported uniqueness theorem, or ansatz citation appears. No equation or metric is defined in terms of the quantity it claims to predict, so no circular step meets the quoted-reduction standard.

Assumptions & free parameters 5 free parameters · 5 assumptions · 2 invented entities

For a benchmark paper the ledger is dominated by design choices rather than fitted constants. The four target domains, the 15-subtask taxonomy, the frame sampling rates, and the EgoSchema alignment keywords are hand-chosen and directly shape every number reported. The strongest load-bearing assumptions are the accuracy of the source datasets' annotations (which ground all answers), the correctness of the 90% of QA pairs that never received final human QC, and the validity of Qwen-Max as an open-form grader with no human agreement check.

free parameters (5)
  • four-domain selection (surgery, industry, XSports, animal perspective)
    Hand-chosen design decision; benchmark difficulty and every domain-level conclusion depend on which domains were selected (Sec 3.1).
  • QA task taxonomy (4 categories, 15 subtasks)
    Built from 8 initial templates expanded by Gemini 2.5 Pro; all results are stratified by this taxonomy (Sec 3.2).
  • frame sampling rates = 0.5-1 fps
    Fixed extraction rate with no maximum frame limit; model scores are sensitive to this choice (Sec 4.1).
  • EgoSchema alignment keyword sets
    Table 6 keyword lists refined over five rounds; they determine which EgoSchema questions count as 'analogous' for the domain-gap comparison (Appendix B.2).
  • pilot split and SFT/RL hyperparameters = 70/30 split; 12 epochs; lr 1e-6; beta 0.04; 8 responses
    The pilot numbers exist only on the 30% held-out slice and are functions of these hand-set values, so they are not comparable with the main zero-shot tables (Sec 4.4, Appendix B.3).
assumptions (5)
  • domain assumption Source dataset meta-annotations (EgoSurgery, CholecTrack20, ENIGMA-51, ExtremeSportFPV, EgoPet) are accurate enough to ground QA ground truths.
    The pipeline refines existing annotations but does not re-verify them; every derived answer rests on their correctness (Sec 3.2).
  • domain assumption Qwen-Max's binary Correct/Incorrect judgments faithfully measure semantic correctness of OpenQA answers.
    No human agreement, error analysis, or judge reliability check is reported; OpenQA numbers are reported as model capability (Sec 4.1, Fig. 8).
  • domain assumption The batch-instantiated QA pairs are answerable from the video content alone.
    Only 10% of pairs received final human quality control; template verification by annotators does not cover the instantiated clips (Sec 3.2).
  • domain assumption The four selected domains represent 'real-world deployment' cross-domain settings for egocentric QA.
    Generalization conclusions are extrapolated from five datasets; the choice of domains is the paper's own framing (Sec 3.1).
  • ad hoc to paper The catch-all 'Action State Identification' and 'Inference Prediction' labels are valid re-labels of EgoSchema questions for the gap analysis.
    Created explicitly because the corresponding EgoCross sub-tasks are absent in EgoSchema; the labels exist only inside the alignment procedure (Appendix B.2, Table 6).
invented entities (2)
  • EgoCross benchmark (798 clips, 957 QA pairs) independent evidence
    purpose: Instrument to measure cross-domain EgocentricQA generalization across four non-daily-life domains.
    Announced URLs (github and egocross-benchmark) provide a falsifiable handle: independent groups can run the same models on the released data to confirm or refute the reported accuracies.
  • 'Action State Identification' catch-all category
    purpose: Bridges EgoSchema and EgoCross taxonomies so the in-domain versus cross-domain comparison can be computed.
    Exists only inside the alignment procedure (Table 6) to absorb 239 unmatched EgoSchema questions; it has no external meaning.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Programmable few-atom Bragg scattering and ground-state cooling in a cavity." pith.science (2026). https://pith.science/paper/LGQVNEPR

@misc{pith2026250810748,
  author       = {Pith},
  title        = {Pith review of: Programmable few-atom Bragg scattering and ground-state cooling in a cavity},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/LGQVNEPR}},
  note         = {Machine review of arXiv:2508.10748}
}
read the original abstract

By integrating tweezer arrays with a high-cooperativity ring cavity with chiral atom-cavity coupling, we demonstrate highly directional Bragg scattering from a programmable number of atoms. Through accurate control of the interatomic distance, we observe a narrowing-down of the Bragg peak as we increase the atom number one by one. The observed high-contrast Bragg interference is enabled by cavity sideband cooling of both the radial and axial motions to near the ground state with phonon occupation numbers below 0.17 and 3.4, respectively. This new platform that integrates strong and controlled atom-light coupling into atomic arrays enables applications from programmable quantum optics to quantum metrology and computation.

Discussion (0). Sign in to comment.

Forward citations

Cited by 4 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Deep Reinforcement Learning for Individual Atomic Control and Cooling

    quant-ph 2026-06 unverdicted novelty 7.0 of 10

    Deep reinforcement learning achieves real-time cooling of single-atom motion with a 388 microsecond time constant using cavity feedback, outperforming a linear differentiator controller.

  2. Floquet engineering of nonreciprocal light-induced dipolar interactions

    quant-ph 2026-05 unverdicted novelty 7.0 of 10

    Floquet engineering of nonreciprocal light-induced dipolar interactions in tweezer arrays realizes beamsplitter, squeezing operations, negative-mass-like signatures, and tunable complex eigenfrequencies.

  3. Loading and Imaging Atom Arrays via Electromagnetically Induced Transparency

    physics.atom-ph 2025-09 unverdicted novelty 6.0 of 10

    EIT cooling with fluorescence imaging achieves 99.7% readout fidelity and 98.2% survival for 87Rb atom arrays in 2.3 G fields, validated up to 10 G.

  4. Operational criteria for quantum advantage in latency-constrained nonlocal games

    quant-ph 2026-04 unverdicted novelty 5.0 of 10

    A framework with operational criteria and a trapped-atom hardware proposal for achieving statistically significant quantum advantage in latency-constrained nonlocal games.

Reference graph

Works this paper leans on

81 extracted references · 44 canonical work pages · cited by 4 Pith papers

  1. [1]

    Bluvstein , author S

    author author D. Bluvstein , author S. J. \ Evered , author A. A. \ Geim , author S. H. \ Li , author H. Zhou , author T. Manovitz , author S. Ebadi , author M. Cain , author M. Kalinowski , author D. Hangleiter , author J. P. \ Bonilla Ataides , author N. Maskara , author I. Cong , author X. Gao , author P. Sales Rodriguez , author T. Karolyshyn , author...

  2. [2]

    Bluvstein , author H

    author author D. Bluvstein , author H. Levine , author G. Semeghini , author T. T. \ Wang , author S. Ebadi , author M. Kalinowski , author A. Keesling , author N. Maskara , author H. Pichler , author M. Greiner , author V. Vuleti \'c ,\ and\ author M. D. \ Lukin ,\ title title A quantum processor based on coherent transport of entangled atom arrays ,\ ht...

  3. [3]

    Bernien , author S

    author author H. Bernien , author S. Schwartz , author A. Keesling , author H. Levine , author A. Omran , author H. Pichler , author S. Choi , author A. S. \ Zibrov , author M. Endres , author M. Greiner , author V. Vuleti \'c ,\ and\ author M. D. \ Lukin ,\ title title Probing many-body dynamics on a 51-atom quantum simulator ,\ https://doi.org/10.1038/n...

  4. [4]

    Ebadi , author T

    author author S. Ebadi , author T. T. \ Wang , author H. Levine , author A. Keesling , author G. Semeghini , author A. Omran , author D. Bluvstein , author R. Samajdar , author H. Pichler , author W. W. \ Ho , author S. Choi , author S. Sachdev , author M. Greiner , author V. Vuleti \'c ,\ and\ author M. D. \ Lukin ,\ title title Quantum phases of matter ...

  5. [5]

    Semeghini , author H

    author author G. Semeghini , author H. Levine , author A. Keesling , author S. Ebadi , author T. T. \ Wang , author D. Bluvstein , author R. Verresen , author H. Pichler , author M. Kalinowski , author R. Samajdar , author A. Omran , author S. Sachdev , author A. Vishwanath , author M. Greiner , author V. Vuleti \'c ,\ and\ author M. D. \ Lukin ,\ title t...

  6. [6]

    Finkelstein , author R

    author author R. Finkelstein , author R. B.-S. \ Tsai , author X. Sun , author P. Scholl , author S. Direkci , author T. Gefen , author J. Choi , author A. L. \ Shaw ,\ and\ author M. Endres ,\ title title Universal quantum operations and ancilla-based read-out for tweezer clocks ,\ https://doi.org/10.1038/s41586-024-08005-8 journal journal Nature \ volum...

  7. [7]

    Cao , author W

    author author A. Cao , author W. J. \ Eckner , author T. Lukin Yelin , author A. W. \ Young , author S. Jandura , author L. Yan , author K. Kim , author G. Pupillo , author J. Ye , author N. Darkwah Oppong ,\ and\ author A. M. \ Kaufman ,\ title title Multi-qubit gates and Schr \"o dinger cat states in an optical clock ,\ https://doi.org/10.1038/s41586-02...

  8. [8]

    author author H. J. \ Manetsch , author G. Nomura , author E. Bataille , author K. H. \ Leung , author X. Lv ,\ and\ author M. Endres ,\ https://doi.org/10.48550/arXiv.2403.12021 title A tweezer array with 6100 highly coherent atomic qubits ( year 2024 ),\ https://arxiv.org/abs/2403.12021 arXiv:2403.12021 [cond-mat, physics:physics, physics:quant-ph] NoStop

Show all 81 references
  1. [9]

    author author M. A. \ Norcia , author H. Kim , author W. B. \ Cairncross , author M. Stone , author A. Ryou , author M. Jaffe , author M. O. \ Brown , author K. Barnes , author P. Battaglino , author T. C. \ Bohdanowicz , author A. Brown , author K. Cassella , author C.-A. \ C...

  2. [10]

    author author B. W. \ Reichardt , author A. Paetznick , author D. Aasen , author I. Basov , author J. M. \ Bello-Rivas , author P. Bonderson , author R. Chao , author W. van Dam , author M. B. \ Hastings , author A. Paz , author M. P. \ da Silva , author A. Sundaram , author K...

  3. [11]

    author author S. J. \ Evered , author D. Bluvstein , author M. Kalinowski , author S. Ebadi , author T. Manovitz , author H. Zhou , author S. H. \ Li , author A. A. \ Geim , author T. T. \ Wang , author N. Maskara , author H. Levine , author G. Semeghini , author M. Greiner , ...

  4. [12]

    Reiserer \ and\ author G

    author author A. Reiserer \ and\ author G. Rempe ,\ title title Cavity-based quantum networks with single atoms and optical photons ,\ https://doi.org/10.1103/RevModPhys.87.1379 journal journal Rev. Mod. Phys. \ volume 87 ,\ pages 1379 ( year 2015 ) NoStop

  5. [13]

    Mivehvar , author F

    author author F. Mivehvar , author F. Piazza , author T. Donner ,\ and\ author H. R. \ and ,\ title title Cavity qed with quantum gases: new paradigms in many-body physics ,\ https://doi.org/10.1080/00018732.2021.1969727 journal journal Advances in Physics \ volume 70 ,\ pages...

  6. [14]

    Shadmany , author A

    author author D. Shadmany , author A. Kumar , author A. Soper , author L. Palm , author C. Yin , author H. Ando , author B. Li , author L. Taneja , author M. Jaffe , author D. Schuster ,\ and\ author J. Simon ,\ https://doi.org/10.48550/arXiv.2407.04784 title Cavity QED in a H...

  7. [15]

    author author S. G. \ Menon , author N. Glachman , author M. Pompili , author A. Dibos ,\ and\ author H. Bernien ,\ title title An integrated atom array-nanophotonic chip platform with background-free imaging ,\ https://doi.org/10.1038/s41467-024-50355-4 journal journal Nat Co...

  8. [16]

    Liu , author Z

    author author Y. Liu , author Z. Wang , author P. Yang , author Q. Wang , author Q. Fan , author S. Guan , author G. Li , author P. Zhang ,\ and\ author T. Zhang ,\ title title Realization of Strong Coupling between Deterministic Single-Atom Arrays and a High-Finesse Miniature...

  9. [18]

    Deist , author Y.-H

    author author E. Deist , author Y.-H. \ Lu , author J. Ho , author M. K. \ Pasha , author J. Zeiher , author Z. Yan ,\ and\ author D. M. \ Stamper-Kurn ,\ title title Mid- Circuit Cavity Measurement in a Neutral Atom Array ,\ https://doi.org/10.1103/PhysRevLett.129.203602 jour...

  10. [19]

    author author M. L. \ Peters , author G. Wang , author D. C. \ Spierings , author N. Drucker , author B. Hu , author Y.-T. \ Chen ,\ and\ author V. Vuleti \'c ,\ https://doi.org/10.48550/arXiv.2411.12622 title Cavity-enabled real-time observation of individual atomic collision...

  11. [20]

    Hu , author J

    author author B. Hu , author J. Sinclair , author E. Bytyqi , author M. Chong , author A. Rudelis , author J. Ramette , author Z. Vendeiro ,\ and\ author V. Vuleti \'c ,\ https://doi.org/10.48550/arXiv.2408.15329 title Site-selective cavity readout and classical error correcti...

  12. [21]

    Grinkemeyer , author E

    author author B. Grinkemeyer , author E. Guardado-Sanchez , author I. Dimitrova , author D. Shchepanovich , author G. E. \ Mandopoulou , author J. Borregaard , author V. Vuleti \'c ,\ and\ author M. D. \ Lukin ,\ https://doi.org/10.48550/arXiv.2410.10787 title Error- Detected ...

  13. [22]

    Slama , author C

    author author S. Slama , author C. von Cube , author B. Deh , author A. Ludewig , author C. Zimmermann ,\ and\ author Ph . W. \ Courteille ,\ title title Phase- Sensitive Detection of Bragg Scattering at 1D Optical Lattices ,\ https://doi.org/10.1103/PhysRevLett.94.193901 jour...

  14. [23]

    Schilke , author C

    author author A. Schilke , author C. Zimmermann , author P. W. \ Courteille ,\ and\ author W. Guerin ,\ title title Photonic Band Gaps in One-Dimensionally Ordered Cold Atomic Vapors ,\ https://doi.org/10.1103/PhysRevLett.106.223903 journal journal Phys. Rev. Lett. \ volume 10...

  15. [24]

    author author H. L. \ S rensen , author J.-B. \ B \'e guin , author K. W. \ Kluge , author I. Iakoupov , author A. S. \ S rensen , author J. H. \ M \"u ller , author E. S. \ Polzik ,\ and\ author J. Appel ,\ title title Coherent Backscattering of Light Off One-Dimensional Atom...

  16. [25]

    author author N. V. \ Corzo , author B. Gouraud , author A. Chandra , author A. Goban , author A. S. \ Sheremet , author D. V. \ Kupriyanov ,\ and\ author J. Laurat ,\ title title Large Bragg Reflection from One-Dimensional Chains of Trapped Atoms Near a Nanoscale Waveguide ,\...

  17. [26]

    Weitenberg ,\ title title Coherent Light Scattering from a Two-Dimensional Mott Insulator ,\ journal journal Phys

    author author C. Weitenberg ,\ title title Coherent Light Scattering from a Two-Dimensional Mott Insulator ,\ journal journal Phys. Rev. Lett. \ volume 106 ,\ https://doi.org/10.1103/PhysRevLett.106.215301 10.1103/PhysRevLett.106.215301 ( year 2011 ) NoStop

  18. [27]

    Birkl , author M

    author author G. Birkl , author M. Gatzke , author I. H. \ Deutsch , author S. L. \ Rolston ,\ and\ author W. D. \ Phillips ,\ title title Bragg Scattering from Atoms in Optical Lattices ,\ https://doi.org/10.1103/PhysRevLett.75.2823 journal journal Phys. Rev. Lett. \ volume 7...

  19. [28]

    u ller , author A. Hemmerich , author A. G \

    author author M. Weidem \"u ller , author A. Hemmerich , author A. G \"o rlitz , author T. Esslinger ,\ and\ author T. W. \ H \"a nsch ,\ title title Bragg Diffraction in an Atomic Lattice Bound by Light ,\ https://doi.org/10.1103/PhysRevLett.75.4583 journal journal Phys. Rev....

  20. [29]

    author author C. I. \ Westbrook , author C. Jurczak , author G. Birkl , author B. Desruelle , author W. D. \ Phillips ,\ and\ author A. Aspect ,\ title title A study of atom localization in an optical lattice by analysis of the scattered light ,\ https://doi.org/10.1080/095003...

  21. [30]

    Raithel , author G

    author author G. Raithel , author G. Birkl , author A. Kastberg , author W. D. \ Phillips ,\ and\ author S. L. \ Rolston ,\ title title Cooling and Localization Dynamics in Optical Lattices ,\ https://doi.org/10.1103/PhysRevLett.78.630 journal journal Phys. Rev. Lett. \ volume...

  22. [31]

    author author R. A. \ Hart , author P. M. \ Duarte , author T.-L. \ Yang , author X. Liu , author T. Paiva , author E. Khatami , author R. T. \ Scalettar , author N. Trivedi , author D. A. \ Huse ,\ and\ author R. G. \ Hulet ,\ title title Observation of antiferromagnetic corr...

  23. [32]

    Miyake , author G

    author author H. Miyake , author G. A. \ Siviloglou , author G. Puentes , author D. E. \ Pritchard , author W. Ketterle ,\ and\ author D. M. \ Weld ,\ title title Bragg Scattering as a Probe of Atomic Wave Functions and Quantum Phase Transitions in Optical Lattices ,\ https://...

  24. [33]

    Rui , author D

    author author J. Rui , author D. Wei , author A. Rubio-Abadal , author S. Hollerith , author J. Zeiher , author D. M. \ Stamper-Kurn , author C. Gross ,\ and\ author I. Bloch ,\ title title A subradiant optical mirror formed by a single structured atomic layer ,\ https://doi.o...

  25. [34]

    Srakaew , author P

    author author K. Srakaew , author P. Weckesser , author S. Hollerith , author D. Wei , author D. Adler , author I. Bloch ,\ and\ author J. Zeiher ,\ title title A subwavelength atomic array switched by a single Rydberg atom ,\ https://doi.org/10.1038/s41567-023-01959-y journal...

  26. [35]

    Yan , author J

    author author Z. Yan , author J. Ho , author Y.-H. \ Lu , author S. J. \ Masson , author A. Asenjo-Garcia ,\ and\ author D. M. \ Stamper-Kurn ,\ title title Superradiant and Subradiant Cavity Scattering by Atom Arrays ,\ https://doi.org/10.1103/PhysRevLett.131.253603 journal j...

  27. [36]

    Ho , author Y.-H

    author author J. Ho , author Y.-H. \ Lu , author T. Xiang , author C. C. \ Rusconi , author S. J. \ Masson , author A. Asenjo-Garcia , author Z. Yan ,\ and\ author D. M. \ Stamper-Kurn ,\ title title Optomechanical self-organization in a mesoscopic atom array ,\ https://doi.or...

  28. [37]

    author author A. T. \ Black , author H. W. \ Chan ,\ and\ author V. Vuleti c \' c ,\ title title Observation of collective friction forces due to spatial self-organization of atoms: From rayleigh to bragg scattering ,\ https://doi.org/10.1103/PhysRevLett.91.203001 journal jour...

  29. [38]

    Baumann , author C

    author author K. Baumann , author C. Guerlin , author F. Brennecke ,\ and\ author T. Esslinger ,\ title title Dicke quantum phase transition with a superfluid gas in an optical cavity ,\ @noop journal journal nature \ volume 464 ,\ pages 1301 ( year 2010 ) NoStop

  30. [39]

    author author R. M. \ Kroeze , author Y. Guo , author V. D. \ Vaidya , author J. Keeling ,\ and\ author B. L. \ Lev ,\ title title Spinor self-ordering of a quantum gas in a cavity ,\ https://doi.org/10.1103/PhysRevLett.121.163601 journal journal Phys. Rev. Lett. \ volume 121 ...

  31. [40]

    author author A. M. \ Kaufman , author B. J. \ Lester ,\ and\ author C. A. \ Regal ,\ title title Cooling a Single Atom in an Optical Tweezer to Its Quantum Ground State ,\ https://doi.org/10.1103/PhysRevX.2.041014 journal journal Phys. Rev. X \ volume 2 ,\ pages 041014 ( year...

  32. [41]

    author author J. D. \ Thompson , author T. G. \ Tiecke , author A. S. \ Zibrov , author V. Vuleti \'c ,\ and\ author M. D. \ Lukin ,\ title title Coherence and Raman Sideband Cooling of a Single Atom in an Optical Tweezer ,\ https://doi.org/10.1103/PhysRevLett.110.133001 journ...

  33. [42]

    author author B. J. \ Lester , author A. M. \ Kaufman ,\ and\ author C. A. \ Regal ,\ title title Raman cooling imaging: Detecting single atoms near their ground state of motion ,\ https://doi.org/10.1103/PhysRevA.90.011804 journal journal Phys. Rev. A \ volume 90 ,\ pages 011...

  34. [43]

    Spence , author R

    author author S. Spence , author R. V. \ Brooks , author D. K. \ Ruttley , author A. Guttridge ,\ and\ author S. L. \ Cornish ,\ title title Preparation of ^ 87 Rb and ^ 133 Cs in the motional ground state of a single optical tweezer ,\ https://doi.org/10.1088/1367-2630/ac95b9...

  35. [44]

    Tian , author H

    author author Z. Tian , author H. Chang , author X. Lv , author M. Yang , author Z. Wang , author P. Yang , author P. Zhang , author G. Li ,\ and\ author T. Zhang ,\ title title Resolved Raman sideband cooling of a single optically trapped cesium atom ,\ https://doi.org/10.136...

  36. [45]

    author author K. N. \ Blodgett , author D. Peana , author S. S. \ Phatak , author L. M. \ Terry , author M. P. \ Montes ,\ and\ author J. D. \ Hood ,\ title title Imaging a ^6 Li Atom in an Optical Tweezer 2000 Times with - Enhanced Gray Molasses ,\ https://doi.org/10.1103/Phy...

  37. [46]

    Ang'ong'a , author C

    author author J. Ang'ong'a , author C. Huang , author J. P. \ Covey ,\ and\ author B. Gadway ,\ title title Gray molasses cooling of ^ 39 K atoms in optical tweezers ,\ https://doi.org/10.1103/PhysRevResearch.4.013240 journal journal Phys. Rev. Res. \ volume 4 ,\ pages 013240 ...

  38. [47]

    Vuleti c \' c \ and\ author S

    author author V. Vuleti c \' c \ and\ author S. Chu ,\ title title Laser cooling of atoms, ions, or molecules by coherent scattering ,\ https://doi.org/10.1103/PhysRevLett.84.3787 journal journal Phys. Rev. Lett. \ volume 84 ,\ pages 3787 ( year 2000 ) NoStop

  39. [48]

    Vuleti \'c , author H

    author author V. Vuleti \'c , author H. W. \ Chan ,\ and\ author A. T. \ Black ,\ title title Three-dimensional cavity Doppler cooling and cavity sideband cooling by coherent scattering ,\ https://doi.org/10.1103/PhysRevA.64.033405 journal journal Phys. Rev. A \ volume 64 ,\ p...

  40. [49]

    Tanji-Suzuki , author I

    author author H. Tanji-Suzuki , author I. D. \ Leroux , author M. H. \ Schleier-Smith , author M. Cetina , author A. T. \ Grier , author J. Simon ,\ and\ author V. Vuleti \'c ,\ title title Chapter 4 - interaction between atomic ensembles and optical resonators: Classical desc...

  41. [50]

    \ Chen , author M

    author author Y.-T. \ Chen , author M. Szurek , author B. Hu , author J. de Hond , author B. Braverman ,\ and\ author V. Vuletic ,\ title title High finesse bow-tie cavity for strong atom-photon coupling in rydberg arrays ,\ https://doi.org/10.1364/OE.469644 journal journal Op...

  42. [51]

    Slama , author S

    author author S. Slama , author S. Bux , author G. Krenz , author C. Zimmermann ,\ and\ author P. W. \ Courteille ,\ title title Superradiant rayleigh scattering and collective atomic recoil lasing in a ring cavity ,\ https://doi.org/10.1103/PhysRevLett.98.053603 journal journ...

  43. [52]

    Wolf , author S

    author author P. Wolf , author S. C. \ Schuster , author D. Schmidt , author S. Slama ,\ and\ author C. Zimmermann ,\ title title Observation of subradiant atomic momentum states with bose-einstein condensates in a recoil resolving optical ring resonator ,\ https://doi.org/10....

  44. [53]

    Zhang , author Z

    author author X. Zhang , author Z. Yu , author H. Zhang , author D. Xiang ,\ and\ author H. Zhang ,\ title title Cavity dark mode mediated by atom array without atomic scattering loss ,\ https://doi.org/10.1103/PhysRevResearch.6.L042026 journal journal Phys. Rev. Res. \ volume...

  45. [54]

    Hosseini , author Y

    author author M. Hosseini , author Y. Duan , author K. M. \ Beck , author Y.-T. \ Chen ,\ and\ author V. Vuleti \'c ,\ title title Cavity Cooling of Many Atoms ,\ https://doi.org/10.1103/PhysRevLett.118.183601 journal journal Phys. Rev. Lett. \ volume 118 ,\ pages 183601 ( yea...

  46. [55]

    Nu mann , author K

    author author S. Nu mann , author K. Murr , author M. Hijlkema , author B. Weber , author A. Kuhn ,\ and\ author G. Rempe ,\ title title Vacuum-stimulated cooling of single atoms in three dimensions ,\ https://doi.org/10.1038/nphys120 journal journal Nature Phys \ volume 1 ,\ ...

  47. [56]

    Maunz , author T

    author author P. Maunz , author T. Puppe , author I. Schuster , author N. Syassen , author P. W. H. \ Pinkse ,\ and\ author G. Rempe ,\ title title Cavity cooling of a single atom ,\ https://doi.org/10.1038/nature02387 journal journal Nature \ volume 428 ,\ pages 50 ( year 200...

  48. [57]

    author author A. D. \ Boozer , author A. Boca , author R. Miller , author T. E. \ Northup ,\ and\ author H. J. \ Kimble ,\ title title Cooling to the Ground State of Axial Motion for One Atom Strongly Coupled to an Optical Cavity ,\ https://doi.org/10.1103/PhysRevLett.97.08360...

  49. [58]

    Reiserer , author C

    author author A. Reiserer , author C. N \"o lleke , author S. Ritter ,\ and\ author G. Rempe ,\ title title Ground- State Cooling of a Single Atom at the Center of an Optical Cavity ,\ https://doi.org/10.1103/PhysRevLett.110.223003 journal journal Phys. Rev. Lett. \ volume 110...

  50. [59]

    Uru \ n uela , author W

    author author E. Uru \ n uela , author W. Alt , author E. Keiler , author D. Meschede , author D. Pandey , author H. Pfeifer ,\ and\ author T. Macha ,\ title title Ground-state cooling of a single atom inside a high-bandwidth cavity ,\ https://doi.org/10.1103/PhysRevA.101.0234...

  51. [60]

    author author S. J. \ Masson , author Z. Yan , author J. Ho , author Y.-H. \ Lu , author D. M. \ Stamper-Kurn ,\ and\ author A. Asenjo-Garcia ,\ title title State-insensitive wavelengths for light shifts and photon scattering from Zeeman states ,\ https://doi.org/10.1103/PhysR...

  52. [61]

    Jia , author N

    author author N. Jia , author N. Schine , author A. Georgakopoulos , author A. Ryou , author A. Sommer ,\ and\ author J. Simon ,\ title title Photons and polaritons in a broken-time-reversal nonplanar resonator ,\ https://doi.org/10.1103/PhysRevA.97.013802 journal journal Phys...

  53. [62]

    author author L. W. \ Clark , author N. Schine , author C. Baum , author N. Jia ,\ and\ author J. Simon ,\ title title Observation of laughlin states made of light ,\ https://doi.org/https://doi.org/10.1038/s41586-020-2318-5 journal journal Nature \ volume 582 ,\ pages 41 ( ye...

  54. [63]

    Lodahl , author S

    author author P. Lodahl , author S. Mahmoodian , author S. Stobbe , author A. Rauschenbeutel , author P. Schneeweiss , author J. Volz , author H. Pichler ,\ and\ author P. Zoller ,\ title title Chiral quantum optics ,\ https://doi.org/10.1038/nature21037 journal journal Nature...

  55. [64]

    Su\'arez-Forero , author M

    author author D. Su\'arez-Forero , author M. Jalali Mehrabad , author C. Vega , author A. Gonz\'alez-Tudela ,\ and\ author M. Hafezi ,\ title title Chiral quantum optics: Recent developments and future directions ,\ https://doi.org/10.1103/PRXQuantum.6.020101 journal journal P...

  56. [65]

    Liedl , author F

    author author C. Liedl , author F. Tebbenjohanns , author C. Bach , author S. Pucher , author A. Rauschenbeutel ,\ and\ author P. Schneeweiss ,\ title title Observation of superradiant bursts in a cascaded quantum system ,\ https://doi.org/10.1103/PhysRevX.14.011020 journal jo...

  57. [66]

    Junge , author D

    author author C. Junge , author D. O'Shea , author J. Volz ,\ and\ author A. Rauschenbeutel ,\ title title Strong Coupling between Single Atoms and Nontransversal Photons ,\ https://doi.org/10.1103/PhysRevLett.110.213604 journal journal Phys. Rev. Lett. \ volume 110 ,\ pages 2...

  58. [67]

    Shomroni , author S

    author author I. Shomroni , author S. Rosenblum , author Y. Lovsky , author O. Bechler , author G. Guendelman ,\ and\ author B. Dayan ,\ title title All-optical routing of single photons by a one-atom switch controlled by a single photon ,\ https://doi.org/10.1126/science.1254...

  59. [68]

    Scheucher , author A

    author author M. Scheucher , author A. Hilico , author E. Will , author J. Volz ,\ and\ author A. Rauschenbeutel ,\ title title Quantum optical circulator controlled by a single chirally coupled atom ,\ https://doi.org/10.1126/science.aaj2118 journal journal Science \ volume 3...

  60. [69]

    author author J. S. \ Peter , author S. Ostermann ,\ and\ author S. F. \ Yelin ,\ title title Chirality dependent photon transport and helical superradiance ,\ https://doi.org/10.1103/PhysRevResearch.6.023200 journal journal Phys. Rev. Res. \ volume 6 ,\ pages 023200 ( year 20...

  61. [70]

    Rieser , author M

    author author J. Rieser , author M. A. \ Ciampini , author H. Rudolph , author N. Kiesel , author K. Hornberger , author B. A. \ Stickler , author M. Aspelmeyer ,\ and\ author U. Deli \'c ,\ title title Tunable light-induced dipole-dipole interaction between optically levitate...

  62. [71]

    Reisenbauer , author H

    author author M. Reisenbauer , author H. Rudolph , author L. Egyed , author K. Hornberger , author A. V. \ Zasedatelev , author M. Abuzarli , author B. A. \ Stickler ,\ and\ author U. Deli \'c ,\ title title Non- Hermitian dynamics and non-reciprocity of optically coupled nano...

  63. [72]

    Domokos \ and\ author H

    author author P. Domokos \ and\ author H. Ritsch ,\ title title Collective Cooling and Self-Organization of Atoms in a Cavity ,\ https://doi.org/10.1103/PhysRevLett.89.253003 journal journal Phys. Rev. Lett. \ volume 89 ,\ pages 253003 ( year 2002 ) NoStop

  64. [73]

    author author H. W. \ Chan , author A. T. \ Black ,\ and\ author V. Vuleti \'c ,\ title title Observation of Collective-Emission-Induced Cooling of Atoms in an Optical Cavity ,\ https://doi.org/10.1103/PhysRevLett.90.063003 journal journal Phys. Rev. Lett. \ volume 90 ,\ pages...

  65. [74]

    author author D. R. \ Leibrandt , author J. Labaziewicz , author V. Vuleti \'c ,\ and\ author I. L. \ Chuang ,\ title title Cavity Sideband Cooling of a Single Trapped Ion ,\ https://doi.org/10.1103/PhysRevLett.103.103001 journal journal Phys. Rev. Lett. \ volume 103 ,\ pages ...

  66. [75]

    author author B. L. \ Lev , author A. Vukics , author E. R. \ Hudson , author B. C. \ Sawyer , author P. Domokos , author H. Ritsch ,\ and\ author J. Ye ,\ title title Prospects for the cavity-assisted laser cooling of molecules ,\ https://doi.org/10.1103/PhysRevA.77.023402 jo...

  67. [76]

    Deli \'c , author M

    author author U. Deli \'c , author M. Reisenbauer , author D. Grass , author N. Kiesel , author V. Vuleti \'c ,\ and\ author M. Aspelmeyer ,\ title title Cavity Cooling of a Levitated Nanosphere by Coherent Scattering ,\ https://doi.org/10.1103/PhysRevLett.122.123602 journal j...

  68. [77]

    Windey , author C

    author author D. Windey , author C. Gonzalez-Ballestero , author P. Maurer , author L. Novotny , author O. Romero-Isart ,\ and\ author R. Reimann ,\ title title Cavity- Based 3D Cooling of a Levitated Nanoparticle via Coherent Scattering ,\ https://doi.org/10.1103/PhysRevLett....

  69. [78]

    Deli \'c , author M

    author author U. Deli \'c , author M. Reisenbauer , author K. Dare , author D. Grass , author V. Vuleti \'c , author N. Kiesel ,\ and\ author M. Aspelmeyer ,\ title title Cooling of a levitated nanoparticle to the motional quantum ground state ,\ https://doi.org/10.1126/scienc...

  70. [79]

    Kim , author J

    author author J. Kim , author J. Lee , author J. Han ,\ and\ author D. Cho ,\ title title Optical dipole trap without inhomogeneous ac stark broadening ,\ @noop journal journal Journal of the Korean Physical Society \ volume 42 ,\ pages 483 ( year 2003 ) NoStop

  71. [80]

    Ye , author D

    author author J. Ye , author D. W. \ Vernooy ,\ and\ author H. J. \ Kimble ,\ title title Trapping of single atoms in cavity qed ,\ https://doi.org/10.1103/PhysRevLett.83.4987 journal journal Phys. Rev. Lett. \ volume 83 ,\ pages 4987 ( year 1999 ) NoStop

  72. [81]

    author author D. J. \ Wineland \ and\ author W. M. \ Itano ,\ title title Laser cooling of atoms ,\ https://doi.org/10.1103/PhysRevA.20.1521 journal journal Phys. Rev. A \ volume 20 ,\ pages 1521 ( year 1979 ) NoStop

  73. [82]

    author author K. W. \ Chan , author C. K. \ Law ,\ and\ author J. H. \ Eberly ,\ title title Quantum entanglement in photon-atom scattering ,\ https://doi.org/10.1103/PhysRevA.68.022110 journal journal Phys. Rev. A \ volume 68 ,\ pages 022110 ( year 2003 b ) NoStop

Pith tools

Reviewed August 5, 2026 · model on record in the stance chip above.