Papers
Topics
Authors
Recent
Search
2000 character limit reached

SWIM: Multidisciplinary Research Insights

Updated 5 July 2026
  • SWIM is a multifaceted acronym that denotes various systems including mobility models, code synthesis tools, distributed runtimes, and physical phenomena.
  • The mobility model 'Small Worlds In Motion' reproduces human movement using simple rules and validated real-world contact data to predict network performance.
  • Other SWIM variants optimize tasks like API code snippet generation, real-time speech recognition, neural computation, and collaborative semantic wikis.

to=arxiv_search.search 时时彩后ict 植物百科通_json {"query":"SWIM arXiv (0809.2730, Abdool et al., 2023, Yan et al., 2022, Sachs et al., 2022, Raghothaman et al., 2015, Lange, 2010, Omar et al., 2019, Zhang et al., 2024, Bruzzone et al., 22 Jan 2026, Wang et al., 29 May 2026, Kumar et al., 27 Apr 2026, Molina et al., 2023, Blankenship et al., 2024, Trygstad et al., 12 Jun 2026, Rajabi et al., 26 Sep 2025, Landeghem et al., 2024, Carmigniani et al., 2019, Einfalt et al., 2018)", "max_results": 20}ുവനന്തപുരം to=arxiv_search.search 全民彩票 _日本一级特黄大片_json {"query":"SWIM Small Worlds In Motion (0809.2730)", "max_results": 5} to=arxiv_search.search 代理娱乐_json {"query":"SWiM Semantic Wiki (Lange, 2010) Swim pressure active matter (Omar et al., 2019)", "max_results": 10} Across the cited literature, SWIM, Swim, SWiM, and SwiM denote several unrelated concepts rather than a single term of art. In networking, SWIM most prominently denotes Small Worlds In Motion, a human-mobility model for ad-hoc, delay-tolerant, and opportunistic networking (0809.2730). In other domains it names a code-synthesis system, a distributed actor runtime, an activation function, a selective write-verify method for computing-in-memory, an EEG decoder, a multi-client Whisper serving architecture, a warm-inflation numerical module, a semantic wiki for mathematics, a value-added astronomical catalog, and several swimming-related models in biomechanics, robotics, and physics (Raghothaman et al., 2015). The term therefore has to be interpreted from capitalization, expansion, and disciplinary context.

1. Acronymic scope and bibliographic ambiguity

The literature uses the label in several distinct expansions and naming conventions. Representative examples include Small Worlds In Motion in mobility modeling (0809.2730), “Synthesizing What I Mean” for natural-language-to-code synthesis (Raghothaman et al., 2015), “Semantic Wiki for Mathematical Knowledge Management” for collaborative OMDoc authoring (Lange, 2010), “Selective Write-verify for computing-In-Memory neural accelerators” in nvCiM deployment (Yan et al., 2022), “Short-Window CNN Integrated with Mamba for EEG-based auditory spatial attention decoding (Zhang et al., 2024), “Serve Whisper In Multi-client” for real-time ASR (Bruzzone et al., 22 Jan 2026), “Single-instance Whole-body Imitation for swiMming” for physically based animation (Wang et al., 29 May 2026), and “Stochastic Warm Inflation Module” for cosmological power-spectrum computation (Kumar et al., 27 Apr 2026).

Variant Expansion or referent Representative source
SWIM Small Worlds In Motion (0809.2730)
SWIM Synthesizing What I Mean (Raghothaman et al., 2015)
SWiM Semantic Wiki for Mathematical Knowledge Management (Lange, 2010)
SWIM Selective Write-verify for computing-In-Memory neural accelerators (Yan et al., 2022)
Swim Distributed event-driven runtime (Sachs et al., 2022)
Swim Activation function for locomotion control tasks (Abdool et al., 2023)
SwiM Swift/UVOT+MaNGA value-added catalog (Molina et al., 2023)
SWIM Short-Window CNN Integrated with Mamba (Zhang et al., 2024)
SWIM Serve Whisper In Multi-client (Bruzzone et al., 22 Jan 2026)
SWIM Single-instance Whole-body Imitation for swiMming (Wang et al., 29 May 2026)

A notable bibliographic caveat is that two arXiv entries carrying SWIM-related titles—“Implementation of the SWIM Mobility Model in OMNeT++” (Udugama et al., 2016) and “Parameterization of SWIM Mobility Model Using Contact Traces” (Vatandas et al., 2017)—are described in the supplied record as IEEEtran demo/template documents with placeholder content and no substantive technical material about SWIM. This matters because those entries should not be treated as sources on the mobility model itself.

2. Small Worlds In Motion in networking and mobility

In networking, SWIM refers to Small Worlds In Motion, introduced as a simple mobility model for ad-hoc, delay-tolerant, and opportunistic mobile networking (0809.2730). Its central behavioral rule is that people go often to places that are either close to home or popular. The model is defined over a continuous area partitioned into square cells whose diagonal equals the transmission radius rr, so that two nodes in the same cell can communicate. Each node AA has a uniformly random home location hAh_A, assigns a weight to every cell CC, and then samples the next destination proportionally to that weight: w(C)=αdistance(hA,C)+(1α)seen(C).w(C)=\alpha\cdot distance(h_A,C)+(1-\alpha)\cdot seen(C). Here, seen(C)seen(C) is the number of nodes encountered in CC the last time the node reached CC, and distance(hA,C)distance(h_A,C) is a decaying function of home-to-cell distance. In the experiments the decay term is instantiated as

distance(x,C)=1(1+kxy)2,distance(x,C)=\frac{1}{(1+k\|x-y\|)^2},

with AA0. The parameter AA1 controls the trade-off between home proximity and popularity. After selecting a destination cell, a node chooses a random point within it, moves there in a straight line at speed equal to trip distance, and then pauses according to a truncated power-law waiting-time distribution; the reported experiments use slope AA2 and a maximum pause time of 4 hours (0809.2730).

The model’s main analytical claim is the “power law and exponential decay dichotomy” of inter-contact times. The exponential tail is proved under the assumption that for all nodes AA3 and all cells AA4, AA5, yielding

AA6

for sufficiently large AA7 and AA8. The power-law head is supported experimentally rather than analytically. Validation is performed against the Bluetooth iMote datasets Cambridge 05, Cambridge 06, and Infocom 05, using inter-contact time distribution, contact duration distribution per node pair, and number of contacts per pair of nodes. The same parameter settings are then used to evaluate Epidemic Forwarding and a simplified Delegation Forwarding scheme; the paper reports that SWIM predicts forwarding performance very accurately (0809.2730).

Methodologically, SWIM is deliberately minimal: fixed homes, straight-line trips, node-specific popularity memory, constant-duration motion legs, and truncated power-law waiting times. Its empirical success comes from reproducing several contact-level statistics simultaneously with a small number of tunable parameters. The placeholder arXiv entries (Udugama et al., 2016) and (Vatandas et al., 2017) do not alter this picture, because the supplied records explicitly state that they contain no SWIM-specific technical content.

3. Software systems, program synthesis, and scalable inference services

In software engineering, SWIM denotes “Synthesizing What I Mean”, a system that maps short API-related natural-language queries to C# code snippets (Raghothaman et al., 2015). It combines Bing clickthrough data to estimate AA9 for APIs hAh_A0 given a query hAh_A1, with structured call sequences mined from GitHub to capture API-usage patterns including method calls, field access, conditionals, and loops. On 30 common C# API-related queries from Bing, the first suggested snippet was relevant for 70% of the queries, a relevant solution was present in the top 10 for all benchmarked queries, and the online portion averaged 1.5 seconds per snippet (Raghothaman et al., 2015).

In distributed systems, Swim names a runtime for distributed event-driven applications (Sachs et al., 2022). It extends the actor model with linked distributed Web Agents, streaming lanes, URI-addressable links, and asynchronous remote-state replication using op-based CRDTs over WARP. The application is presented as a distributed dataflow graph over a mesh of runtime instances, where actor state changes are streamed continuously to linked actors. The paper reports a case study that analyzes about 5PB/day, stated once as about 15M events/s, and elsewhere describes an open-source mobile-network application servicing over 5M events/s on 40 instances distributed over 25 regional data centers (Sachs et al., 2022).

In real-time speech recognition, SWIM is Serve Whisper In Multi-client, a serving architecture built on top of faster-whisper that enables true model-level parallelization across multiple simultaneous audio streams (Bruzzone et al., 22 Jan 2026). It is not a new ASR model; rather, it shares one Whisper instance across clients by concatenating per-client sliding buffers into a monolithic audio buffer, running one inference pass, and then dispatching rebased transcript segments back to each client-specific service. The system uses a QRatio-based local agreement mechanism to reconcile overlapping streaming hypotheses. The paper evaluates 5, 10, 15, and 20 concurrent clients, reports comparable WER to Whisper-Streaming with about 2.4 s delay at 5 concurrent clients, and contrasts this with a cited Whisper-Streaming baseline of about 8.2% WER and about 3.4 s average delay in a single-client English-only setting (Bruzzone et al., 22 Jan 2026).

Across these software uses, the acronym consistently marks systems that sit between raw infrastructure and user-facing task execution: code search becomes snippet synthesis, actor messaging becomes continuously synchronized streaming state, and single-stream ASR becomes a shared multi-client inference service. This suggests that in software contexts, SWIM often names an orchestration layer rather than a single algorithmic primitive.

4. Machine learning, hardware acceleration, and numerical scientific computing

In deep learning for continuous control, Swim is a square-root-based activation function proposed as an efficient alternative to Swish (Abdool et al., 2023). It is defined as

hAh_A2

with derivative

hAh_A3

and the reported experiments use hAh_A4. In TD3 on Walker2d-v2, Hopper-v2, HalfCheetah-v2, and Swimmer-v2, Swim is described as smooth and non-monotonic, matches or exceeds Swish on reward, and improves actor inference speed by 8.1%–17.9% (Abdool et al., 2023).

In hardware-aware DNN deployment, SWIM means Selective Write-verify for computing-In-Memory neural accelerators (Yan et al., 2022). The method ranks weights by a diagonal second-derivative sensitivity approximation,

hAh_A5

computes the required per-weight curvatures with a single forward pass and a single backward pass, and then applies expensive write-verify only to top-ranked weights. The paper reports up to 10x programming speedup relative to full write-verify while maintaining comparable accuracy, including 98.49% accuracy on LeNet/MNIST at NWC = 0.1 when full write-verify gives 98.58% (Yan et al., 2022).

In EEG decoding, SWIM is Short-Window CNN Integrated with Mamba for auditory spatial attention decoding without speech envelopes (Zhang et al., 2024). The short-window CNN acts on 1 s windows of 64-channel EEG, and Mamba processes the resulting 64-dimensional feature sequence at a 0.125 s step size over a 5 s context. On the KUL dataset, SWhAh_A6 combined reaches 84.9% accuracy in the leave-one-speaker-out setting, and the full SWIM reaches 86.2%, corresponding to a 31.0% relative error reduction over the previous state of the art in that setup (Zhang et al., 2024).

In physically based animation, SWIM stands for Single-instance Whole-body Imitation for swiMming and is presented, to the authors’ knowledge, as the first reinforcement-learning-based method for physically based humanoid swimming (Wang et al., 29 May 2026). The method combines a structured body-fluid environment representation, phase-conditioned residual control around a single reference motion, and a hybrid PPO plus progressive-eviction replay strategy. It is trained from one freestyle or butterfly clip and evaluated on goal-reaching, trajectory-following, new pools, fluid changes, perturbations, and some body-geometry changes (Wang et al., 29 May 2026).

In cosmology, SWIM is the Stochastic Warm Inflation Module (Kumar et al., 27 Apr 2026). It numerically solves the standard stochastic perturbation equations of warm inflation, can generate either semi-analytical or fully numerical scalar power spectra, integrates with Cobaya, and uses random forest regression to accelerate MCMC when the fully numerical spectrum is required. The paper argues that the usual correction factor hAh_A7 can depend on parameters beyond hAh_A8, including examples where hAh_A9 and CC0 change both the amplitude and shape of CC1, making the full numerical spectrum necessary for parameter inference (Kumar et al., 27 Apr 2026).

5. Swimming, active matter, biomechanics, and robotics

In active matter, swim pressure is reinterpreted as an equivalent pressure, not a true local mechanical pressure (Omar et al., 2019). For active particles with propulsion force CC2, the dilute isotropic swim pressure is written as

CC3

but the paper argues that at walls and interfaces the relevant mechanism is a self-generated body force CC4, with momentum balance

CC5

This resolves the earlier paradox of an extremely negative active-matter surface tension by showing that the pressure jump is carried by ordinary particle stress balancing an interfacial body-force layer (Omar et al., 2019).

In human swimming biomechanics, gait transition in swimming refers to the speed-dependent shift in front crawl from a catch-up pattern to opposition and superposition (Carmigniani et al., 2019). The paper uses the Index of Coordination

CC6

and a burst-and-coast model to explain why expert swimmers use a nearly constant negative CC7 at low velocity, then switch toward maximum-force coordination above a critical nondimensional speed of about 0.8. The low-speed optimum is characterized by two parameters, the propulsion-time parameter CC8 and the gliding effectiveness CC9, with approximate formulas

w(C)=αdistance(hA,C)+(1α)seen(C).w(C)=\alpha\cdot distance(h_A,C)+(1-\alpha)\cdot seen(C).0

The reported best-fit values are w(C)=αdistance(hA,C)+(1α)seen(C).w(C)=\alpha\cdot distance(h_A,C)+(1-\alpha)\cdot seen(C).1 and w(C)=αdistance(hA,C)+(1α)seen(C).w(C)=\alpha\cdot distance(h_A,C)+(1-\alpha)\cdot seen(C).2, giving w(C)=αdistance(hA,C)+(1α)seen(C).w(C)=\alpha\cdot distance(h_A,C)+(1-\alpha)\cdot seen(C).3 (Carmigniani et al., 2019).

In sports vision, the swimming-specific paper on pose estimation uses a 3-stage Convolutional Pose Machine baseline and then adds swimming-style conditioning and temporal refinement (Einfalt et al., 2018). The dataset contains 24 videos and 7146 annotated video frames recorded in a swimming channel. The baseline reaches 90.1% [email protected], while the full method reaches 95.7% [email protected], and freestyle improves from 79.0 to 95.7, a gain of +16.7 points (Einfalt et al., 2018).

In microrobotics, two swimmer families are prominent. VLEIBot is a 45 mg/23 mmw(C)=αdistance(hA,C)+(1α)seen(C).w(C)=\alpha\cdot distance(h_A,C)+(1-\alpha)\cdot seen(C).4 surface swimmer propelled by a bioinspired anguilliform propulsor whose undulation emerges through fluid-structure interaction; the best reported speed is 15.1 mm sw(C)=αdistance(hA,C)+(1α)seen(C).w(C)=\alpha\cdot distance(h_A,C)+(1-\alpha)\cdot seen(C).5 or 0.33 Bl sw(C)=αdistance(hA,C)+(1α)seen(C).w(C)=\alpha\cdot distance(h_A,C)+(1-\alpha)\cdot seen(C).6, and the controllable dual-propulsor VLEIBotw(C)=αdistance(hA,C)+(1α)seen(C).w(C)=\alpha\cdot distance(h_A,C)+(1-\alpha)\cdot seen(C).7 reaches 16.1 mm sw(C)=αdistance(hA,C)+(1α)seen(C).w(C)=\alpha\cdot distance(h_A,C)+(1-\alpha)\cdot seen(C).8 or 0.35 Bl sw(C)=αdistance(hA,C)+(1α)seen(C).w(C)=\alpha\cdot distance(h_A,C)+(1-\alpha)\cdot seen(C).9 with turning rates up to 0.28 rad sseen(C)seen(C)0 (Blankenship et al., 2024). Swima is a 900 mg autonomous surface swimmer with onboard battery, PCB, IMU, and two SMA-based microactuators; it reaches 22.4 mm/s (0.56 Bl/s), turning rates up to 14°/s, and autonomous operation in excess of 18 min (Trygstad et al., 12 Jun 2026).

Two further papers broaden the physics and numerics of swimming. In anisotropic fluids, a rotating or reciprocally actuated sphere in a nematic liquid crystal can swim because the medium supplies broken symmetries via anchoring and defect structure; the paper gives seen(C)seen(C)1 for non-reciprocal forcing and seen(C)seen(C)2 for reciprocal forcing, thereby extending the scallop theorem to structured fluids (Rajabi et al., 26 Sep 2025). In computational fluid dynamics, a Feel++ framework based on the finite element method with an Arbitrary Lagrangian-Eulerian formulation simulates multiple swimmers with prescribed deformation or slip, rigid-body motion, and short-range contact forces in Navier-Stokes or Stokes flow (Landeghem et al., 2024).

6. Semantic knowledge infrastructures, cataloging, and interpretive context

In mathematical knowledge management, SWiM denotes a semantic wiki for collaboratively building, editing, and browsing mathematical knowledge encoded in OMDoc (Lange, 2010). It extends IkeWiki, stores page contents in PostgreSQL, uses a Jena RDF store, and models OMDoc structure with an OWL-DL document ontology. Its central mechanism is to extract RDF triples from OMDoc fragments—such as <pyth-proof, rdf:type, omdoc:Proof> and <pyth-proof, omdoc:proves, pythagoras>—so that knowledge-powered services such as dependency-aware rendering, semantic browsing, and change propagation can operate over mathematical statements, proofs, theories, symbols, and notation definitions (Lange, 2010).

In astronomy, SwiM is the Swift/UVOT+MaNGA Value-Added Catalog (Molina et al., 2023). SwiMseen(C)seen(C)3 contains 559 objects, about 4 times the size of the original release, spans seen(C)seen(C)4–0.1482, and places Swift near-ultraviolet imaging and MaNGA optical spectroscopy on the same sky grid, same angular resolution, and same pixel scale for each galaxy. The final maps are aligned to the uvw2 WCS at approximately seen(C)seen(C)5 resolution and seen(C)seen(C)6 sampling, with associated integrated UV fluxes, inverse variances, and science-ready emission-line pixel fractions. The catalog is explicitly intended for studies of star formation, dust attenuation, quenching, and black-hole feedback in nearby galaxies (Molina et al., 2023).

Taken together, these usages show that SWIM is not a stable referent across arXiv-scale research literature. This suggests that unqualified references to “SWIM” are intrinsically ambiguous: in practice, the expansion, capitalization, and disciplinary neighborhood determine whether the term points to a mobility model, a runtime, a machine-learning method, a semantic infrastructure, a physical pressure concept, or a literal swimmer.

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

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 SWIM.