Flexible Input Networks (FINs)
Jun 2024 – 2025The Air Force has a problem called the Airlift Logistics Challenge: a Pickup-and-Delivery instance where the number of aircraft, cargo items, and airfields all change between problem instances, and a policy model has to output a variable number of actions at each step. No standard neural architecture handles reasoning across each modality elegantly.
So I designed Flexible Input Networks: a class of architectures that learn over "sets of sets" of arbitrary cardinality and output variable-length action sets in a single forward pass. This architecture requires no autoregression, no recurrence, and no padding tricks. The formalism generalizes beyond logistics to any multi-modal, variable-cardinality problem.