---
title: 'Less In More Out Device: Efficient Design'
url: https://www.emergentmind.com/topics/less-in-more-out-device
type: topic
---

# Less In More Out Device: Efficient Design

“Less In More Out Device” denotes, across several otherwise unrelated research programs, a design pattern in which deliberately reducing stored data, local workload, interface width, physical path length, incentive intensity, or actuator count yields higher end utility than a naïve “keep everything, compute everything, or enlarge everything” strategy. In always-on cross-modal retrieval, an edge camera stores far fewer semantically novel frames and only compact embeddings, yet improves Hit@5 [2603.29631]. In federated learning, battery-constrained clients use only a fraction of local data per round and remain active for more rounds, improving stability and final accuracy [2412.02289]. In optics, a thin multilayer stack behaves like a much longer region of free-space propagation [2506.20647]. In soft robotics, a ventricular chamber with fewer pouches delivers higher stroke volume, albeit with higher stress [2510.14984]. Taken together, these works suggest that “less in” is not simple minimization; it is structured suppression of redundancy, excess coupling, or inefficient intermediates.

## 1. Definitional scope and semantic range

Across the cited works, the phrase has both a literal and an analogical use. In some cases it names a concrete device, as with the fabric-based soft ventricular chamber called the “Less In More Out” device [2510.14984]. In others it functions as a systems principle: store fewer frames but retrieve more correct events; spend less device energy but obtain more global learning; assign less responsibility to an on-device SLM but obtain a more reliable feature; offer less reward in D2D offloading and obtain more usable capacity once epidemic effects are considered [2603.29631; 2412.02289; 2604.24636; 1611.03841].

| Domain | “Less in” | “More out” |
|---|---|---|
| Always-on edge retrieval | Fewer frames; embeddings only | Higher text-to-video retrieval |
| Federated learning | Less local data and energy per round | More rounds, more active devices, higher accuracy |
| On-device SLM integration | Narrower model responsibility | More robust production behavior |
| D2D offloading incentives | Less reward | More usable capacity and higher operator utility |
| DL accelerator hardware | Fewer ineffectual term-term products; narrower memory interface | More throughput and energy efficiency |
| Integrated photonics and spaceplates | Shorter device or thinner element | Larger mode transformation or longer effective propagation |
| Soft robotic heart | Fewer pouches | Higher stroke volume |

This suggests a unifying description: a Less In More Out device is one whose architecture is explicitly organized to remove redundancy, crowding, or physically wasteful path length before downstream utility is measured. The “more out” side is therefore typically not raw output volume but a task-level metric: Hit@5, global accuracy, effective participation, usable offloading capacity, expansion ratio, compression ratio, stroke volume, or efficiency.

## 2. Information, learning, and incentive systems

In always-on edge retrieval, the concept is instantiated as a streaming retrieval architecture for AR glasses, body cams, dashcams, or robots recording continuously at approximately \(5\) FPS, where redundant frames both increase storage and crowd correct results out of top-\(k\) search [2603.29631]. Each incoming frame \(f_i\) is mapped to a unit-norm embedding \(\mathbf{v}_i = \phi(f_i)\), and the device retains the frame only if
\[
s_i = \max_{\mathbf{m}\in\mathcal{M}} \mathbf{v}_i^\top \mathbf{m} < \tau .
\]
With \(\varepsilon = 1-\tau\), the retained keyframes form a maximal \(\varepsilon\)-net: discarded frames are covered, and retained frames remain separated. This single-pass filter outperforms offline alternatives such as k-means, farthest-point, uniform, and random across eight vision-language models on AEA and EPIC-KITCHENS. Combined with a LiT-style cross-modal adapter and SigLIP 2 re-ranking, the system reaches \(45.6\%\) Hit@5 on held-out data using an \(8\)M on-device encoder at an estimated \(2.7\) mW; on AEA at \(5\) FPS and \(\tau=0.92\), the index is reduced by approximately \(14\times\), and each kept frame stores about \(2\) KB instead of about \(150\) KB for a raw image. The key geometric claim is that redundancy is not only a storage problem but a retrieval problem: near-duplicate clusters induce cluster size bias and crowd out semantically relevant events.

In federated learning, “less in” appears as adaptive data usage under battery constraints. LeanFed assigns each device \(e\) a per-round data fraction
\[
\eta_e(\lambda) = R \frac{\bar{b}_e L_e}{\lambda B_e}, \qquad \lambda \in [0,1],
\]
with \(B_e\) the battery budget, \(L_e\) the local epochs, \(\bar{b}_e\) the expected energy cost per round on a full dataset, and \(\lambda\) the expected participation rate [2412.02289]. Rather than training on all of \(D_e\) in every round, a device uses only \(\eta_e |D_e|\) samples and updates its battery estimate by \(B_e \leftarrow B_e - \bar{b}_e\eta_e\). The resulting effect is system-level: more devices remain active deeper into training, dropout is mitigated, and convergence is more stable than naïve FedAvg under heterogeneity. The reported evaluations cover CIFAR-10 and CIFAR-100 with \(E=10\) and \(50\) devices, \(R=100\) and \(200\) rounds, and participation rates from \(10\%\) to \(100\%\). For CIFAR-100, \(R=200\), and \(\gamma=1.0\), LeanFed reaches about \(30.51\%\) test accuracy, while the best FedAvg variant is around \(27\)–\(28\%\). Here the device does less local work per round, but the federation learns more over the full horizon.

The same logic appears in practitioner-oriented on-device SLM integration. In the Palabrita Android word-guessing game, the original architecture required the on-device model to generate an entire puzzle as JSON: word, category, difficulty, and five progressive hints. After a five-day development sprint comprising \(204\) commits, the production architecture instead used curated word lists and deterministic app logic for word selection, difficulty, and progression, leaving the SLM responsible only for three short hints and supplying a deterministic fallback if it failed [2604.24636]. The observed failure categories were output format violations, constraint violations, context quality degradation, latency incompatibility, and model selection instability. The converged rule was explicit: “the most reliable on-device LLM feature is one where the LLM does the least.” In this case, “less in” means less schema complexity and less model responsibility; “more out” means a feature that remains playable, offline, and robust.

In D2D computation offloading, the principle is inverted into incentive design. The operator pays reward \(r_0\) per task, but higher participation increases infection exposure in an SIS epidemic model with effective infection rate \(\tau = \beta/\delta\) [1611.03841]. The operator’s utility under infection is
\[
u_0(r_0) = (b_0-r_0)\,\mathbb{E}_i[1\{s_i^t=S\}a_i^*(r_0)],
\]
where only healthy devices contribute to effective participation. The paper shows that once the attack-free participation would exceed the epidemic threshold, persistent infection emerges, effective participation is pinned by the epidemic equilibrium, and further increases in \(r_0\) only raise payments. The resulting structural condition is that the security-aware reward design is equivalent to an attack-free problem with the cap
\[
\sum_{k=1}^K w_k a_{(k)}^{\mathrm{AF}}(r_0) \le \frac{1}{\tau}.
\]
Thus less reward can produce more usable offloading capacity and higher operator utility.

## 3. Arithmetic and accelerator realizations

In digital hardware, the principle appears as removal of ineffectual micro-operations. Laconic deep learning computing decomposes multiplication to the term level using Booth-encoded signed powers of two, then computes only products of non-zero terms, not dense fixed-precision MACs [1805.04513]. If
\[
W = \sum_i (\!-1)^{s_i} 2^{t_i}, \qquad
A = \sum_j (\!-1)^{s'_j} 2^{t'_j},
\]
then
\[
W\times A
=
\sum_i \sum_j (\!-1)^{s_i+s'_j} 2^{t_i+t'_j}.
\]
The device therefore skips term pairs that never contribute, because zero terms are never generated. The paper reports that, for typical image-classification CNNs, decomposing into bit-level products and skipping ineffectual ones can theoretically reduce work by about two orders of magnitude; for a sparse version of AlexNet, the ideal work reduction exceeds \(500\times\).

The practical implementation organizes processing around one-offset decoding, exponent addition, one-hot bucket accumulation, and a concatenation-enhanced adder tree. This design choice yields a Less In More Out effect on both bandwidth and computation. A Laconic configuration with a \(128\)-wire weight memory interface outperforms a conventional accelerator with a \(2\)K-wire interface by \(2.3\times\) on average while being \(2.13\times\) more energy efficient on average; a \(1\)K-wire Laconic configuration outperforms the same baseline by \(15.4\times\) and is \(1.95\times\) more energy efficient. The architecture does not modify the model and does not affect accuracy. The “less in” side is thus narrower interface width and fewer effectual arithmetic events; the “more out” side is exact inference at higher throughput and better energy efficiency.

This suggests that, in hardware terms, the concept depends less on reducing nominal operation count than on exposing latent sparsity at the finest level where ineffectual work becomes visible. In Laconic that level is the term-term product rather than the scalar MAC.

## 4. Photonic and optical embodiments

In integrated photonics, the principle takes a geometrical rather than informational form. An ultra-compact spot size converter connects the fundamental TE mode of a \(500\) nm silicon waveguide to the fundamental mode of a \(12\,\mu\text{m}\) waveguide, achieving a \(24\times\) mode expansion over a total device length of \(7\,\mu\text{m}\) [2501.06390]. The structure comprises a \(2\,\mu\text{m}\) transition plus a \(5\times5\) matrix of \(1\,\mu\text{m}\) metamaterial cells, each modeled during optimization as a homogeneous anisotropic medium with tensor \(\mathrm{diag}[\varepsilon_{xx}^{(i,j)},\varepsilon_{zz}^{(i,j)}]\). Optimization proceeds in two stages—first 2D FDTD with homogeneous anisotropic cells, then 3D FDTD with explicit subwavelength gratings—using CMA-ES. The experimentally demonstrated device shows less than \(0.8\) dB insertion loss over at least \(160\) nm bandwidth, with about \(0.4\) dB simulated average loss across \(1.5\)–\(1.6\,\mu\text{m}\), and a reported figure of merit
\[
\mathrm{FOM}
=
\frac{\mathrm{BW}_{1\mathrm{dB}}}{\text{device length}}
\cdot
\frac{W_{\mathrm{out}}}{W_{\mathrm{in}}}
\approx 549\ \frac{\mathrm{nm}}{\mu\mathrm{m}} .
\]
Here “less in” is a tightly confined mode and an ultra-short interaction length; “more out” is a much larger mode with low loss and broad bandwidth.

Optical spaceplates push the same logic into free-space propagation itself. A spaceplate of thickness \(d\) is engineered so that its transmission phase approximates free-space propagation over an effective distance \(d_{\mathrm{eff}}\), with compression ratio
\[
\mathcal{R} = \frac{d_{\mathrm{eff}}}{d}.
\]
The ideal spaceplate phase is
\[
\phi_{\mathrm{SP}}(\theta)
=
\frac{2\pi n_{\mathrm{BG}}}{\lambda}\, d_{\mathrm{eff}}\cos\theta,
\]
and the lateral beam shift obeys
\[
\Delta x = -(\mathcal{R}-1)\, d \sin\theta .
\]
The multilayer implementations use alternating SiO\(_2\) and a-Si:H layers on fused silica, designed either as Fabry–Perot cavity stacks or by gradient descent [2506.20647]. The strongest reported experimental result is \(\mathcal{R}=176\pm14\), which the paper describes as \(29\) times higher than any previous device; for the GD2 device the physical thickness is \(14.48\,\mu\text{m}\), angular range is about \(1^\circ\), bandwidth is \(0.055\pm0.007\) nm, and transmission at peak is about \(73\%\). A separate imaging test shows a focal-plane advance of \(0.50\) mm relative to glass alone, produced by a device of thickness \(11.51\,\mu\text{m}\). In this optical setting, “more out” means more effective propagation in less physical space.

Taken together, these photonic examples suggest that the phrase can refer either to expansion—small mode in, large mode out—or to compression—little space occupied, large optical path realized. The common ingredient is engineered nonlocality or anisotropy that reshapes the field more efficiently than adiabatic free propagation.

## 5. Soft robotic and biomedical embodiment

The most literal Less In More Out device in the cited material is a fluidically actuated fabric-based ventricle intended as the core module of a soft total artificial heart [2510.14984]. The ventricular chamber is a sealed fabric sack containing liquid and surrounded by multiple flat fabric pouches that inflate with air and compress the ventricle from the outside. In the computational idealization, the geometry is symmetric with an even number of pouches \(N_p\in\{4,6,8,10\}\), and the structure is modeled as a geometrically nonlinear but materially linear shell with St. Venant–Kirchhoff elasticity:
\[
\psi(\mathbf{E})
=
\frac{\lambda}{2}\left[\operatorname{tr}(\mathbf{E})\right]^2
+
\mu\, \operatorname{tr}(\mathbf{E}^2),
\qquad
\mathbf{S}
=
\lambda\,\operatorname{tr}(\mathbf{E})\,\mathbb{I}
+
2\mu\,\mathbf{E}.
\]
The material parameters are \(E=1\) GPa, \(\nu=0.33\), \(\lambda=0.746\) GPa, and \(\mu=0.751\) GPa.

The ventricular and pouch volumes are computed from surface integrals, and stroke volume is defined as
\[
\Delta V_v(t)=V_v(t)-V_v(t=1).
\]
The key performance variable is pouch number. Devices with fewer pouches deliver higher stroke volumes, larger wall motion per pouch, and higher mechanical efficiency, but also exhibit up to \(50\%\) higher peak von Mises stresses. For a representative physiological stroke volume of \(90\) mL, the reported mechanical efficiency
\[
\eta=\frac{W_{\mathrm{out}}}{W_{\mathrm{in}}}
=
\frac{\int P_v\, \mathrm{d}V_v}{\int P_a\, \mathrm{d}V_a}
\]
ranges approximately \(53\)–\(95\%\) across designs and afterloads. The “more out” effect is also visible in the volume ratio \(\Delta V_v/V_a\), which exceeds \(1\) once \(P_a \approx P_v\): the ventricle ejects more liquid than the net air volume that has entered the pouches because of global shape change and buckling rather than simple piston displacement.

The model further resolves strain directions, stress concentrations, and fatigue-critical regions. Fatigue analysis based on a strain-life approach identifies heat-sealed seams and buckling regions as durability-limiting features. This is therefore a canonical Less In More Out trade-off rather than a free gain: fewer pouches raise stroke volume but intensify structural loading and reduce life margins.

## 6. Recurrent mechanisms, trade-offs, and common misconceptions

A common misconception is that these systems advocate indiscriminate minimization. The cited works do not support that interpretation. In edge retrieval, lowering the novelty threshold too aggressively risks missing short events, and EPIC-KITCHENS requires higher \(\tau\) values, at least \(0.94\), to retain enough frames [2603.29631]. In on-device SLM deployment, the winning strategy is not “remove the model,” but place the model only on the soft creative subproblem and surround it with deterministic parsing, validation, and fallbacks [2604.24636]. In D2D offloading, less reward helps only relative to an infection-aware optimum; below that, the usual incentive logic still applies [1611.03841].

A second misconception is that the benefit always comes from raw compression. In the strongest cases, the gain is geometric or population-level. The \(\varepsilon\)-net filter improves retrieval because it removes cluster size bias in nearest-neighbor search [2603.29631]. LeanFed improves learning because later-round device diversity matters more than per-round local exhaustiveness [2412.02289]. The D2D result emerges from epidemic externalities rather than local device efficiency [1611.03841]. Optical spaceplates work because the angle-dependent transmission phase approximates a longer propagation operator, not because thickness is simply reduced [2506.20647].

A third misconception is that “less in” implies lower capability. The evidence is more conditional. In photonics, a \(7\,\mu\text{m}\) spot size converter attains \(24\times\) mode expansion with sub-dB loss [2501.06390]. In hardware, a \(128\)-wire Laconic interface outperforms a \(2\)K-wire dense baseline [1805.04513]. In retrieval, storing fewer frames can increase Hit@5 [2603.29631]. Yet the compensating mechanisms are essential: a cross-modal adapter and cloud re-ranker in retrieval, defensive parsing and deterministic fallbacks in mobile SLMs, or anisotropic metamaterials and resonant multilayers in optics.

The core limitation is that every instantiation introduces a new constraint surface. Higher optical compression ratios narrow bandwidth and angular range [2506.20647]. Fewer pouches in a soft ventricle raise peak stress and fatigue risk [2510.14984]. Greater reduction of local FL workload may slow local convergence even as it improves system behavior [2412.02289]. In the most general sense, these studies suggest that a Less In More Out device is successful only when “less in” is applied to a quantity that is redundant, crowding, destabilizing, or otherwise misaligned with the objective metric. Where the reduced quantity is genuinely load-bearing, the same principle fails.

The resulting design doctrine is precise rather than aphoristic: remove near-duplicates, not informative exemplars; reduce per-round workload, not participation horizon; shrink output schema, not user-visible guarantees; cap incentives at the epidemic threshold; eliminate ineffectual term products, not exact arithmetic; compress space by engineering phase, not by sacrificing transfer quality; reduce pouch count only within allowable stress and fatigue limits. Under those conditions, “less in” becomes a rigorous systems strategy for obtaining “more out.”

Source: https://www.emergentmind.com/topics/less-in-more-out-device