The closed-set assumption is a foundational constraint in traditional classification where the model operates under the premise that every class encountered during inference was present in the training set. This forces the classifier to map any input, including a completely novel signal type, to one of the known modulation schemes, creating a silent failure mode in dynamic environments.
Glossary
Closed-Set Assumption

What is Closed-Set Assumption?
The closed-set assumption is a restrictive traditional classification premise that all test classes are identical to the training classes, which fails in dynamic spectrum environments where new modulation types appear.
This assumption is the primary limitation addressed by open set recognition. In spectrum monitoring, a closed-set model will confidently misclassify a new, unknown waveform as a known modulation type because its SoftMax layer mathematically requires a decision among fixed classes. This makes it unsuitable for real-world cognitive radio where the distributional shift of signal types is constant.
Core Characteristics of the Closed-Set Assumption
The closed-set assumption is the restrictive traditional classification premise that all test classes are identical to the training classes, which fails catastrophically in dynamic spectrum environments where new modulation types appear.
Static World Hypothesis
The closed-set assumption enforces a static world hypothesis, where the set of possible classes is finite and fully enumerated at training time. The model's label space Y_train is mathematically identical to Y_test. This means the classifier is structurally incapable of expressing 'I don't know'—every input, including noise or a novel modulation scheme like a never-before-seen OFDM variant, is forcibly mapped to one of the known classes with high confidence. This is a direct violation of the requirements for cognitive radio systems operating in unlicensed or contested spectrum.
SoftMax Saturation Vulnerability
The standard SoftMax activation function is the primary architectural enforcer of the closed-set assumption. It normalizes output logits into a probability distribution that always sums to 1.0. For an out-of-distribution input, the SoftMax layer will still produce a high-confidence prediction by saturating one of its output nodes. This creates a dangerous false sense of certainty, where a completely unknown signal type is classified as a known modulation with >95% probability, providing no mechanism for novelty detection.
Open Space Risk Maximization
A direct consequence of the closed-set assumption is the maximization of open space risk—the theoretical risk of labeling an unknown input as a known class. In the high-dimensional feature space, the decision boundaries of a closed-set classifier extend infinitely outward, carving up the entire space among the known classes. Any novel modulation that falls far from the training data but within a known class's unbounded region will be confidently misclassified. This is quantified as the relative measure of feature space far from any training data that is nonetheless assigned a label.
Silent Failure Mode
Closed-set classifiers exhibit a silent failure mode under distributional shift. When the deployment environment changes—such as a drop in signal-to-noise ratio or the introduction of a new waveform—the model continues to produce predictions with the same confidence calibration as clean in-distribution data. There is no built-in anomaly signal. This is particularly dangerous in electronic warfare and spectrum monitoring applications, where a novel adversary signal must trigger an alert, not a confident misclassification as a friendly or civilian emission.
Incompatibility with Open World Learning
The closed-set assumption is fundamentally incompatible with open world learning paradigms. In a real-world spectrum environment, new modulation types appear continuously. A closed-set model cannot incrementally learn to recognize a newly discovered class without full retraining on a dataset that includes both old and new classes. This leads to catastrophic forgetting if fine-tuned naively, or requires prohibitively expensive full retraining cycles, making the system brittle and non-adaptive in the face of evolving signal landscapes.
Feature Collapse Propensity
Deep neural networks trained under the closed-set assumption are prone to feature collapse, where the learned embedding space maps all inputs—including unknowns—to a restricted, compact region. This occurs because the training objective only optimizes for separating known classes, not for reserving space for unknowns. As a result, the embeddings of novel modulation types become indistinguishable from known classes in the latent space, destroying any post-hoc opportunity to apply distance-based out-of-distribution detection methods like Mahalanobis distance scoring.
Frequently Asked Questions
Explore the foundational, yet limiting, premise of traditional machine learning classifiers that all possible signal types encountered during deployment are represented in the training data. These answers clarify why this assumption fails in dynamic spectrum environments and how it contrasts with modern open-set recognition.
The closed-set assumption is the restrictive premise that the set of modulation classes present during model testing is identical to the set of classes seen during training. Under this paradigm, a classifier trained on BPSK, QPSK, and 16QAM will always assume any incoming signal must be one of these three types. The model forces a prediction into one of the known K classes, even when presented with a completely novel modulation like 256QAM or a radar pulse. This is mathematically enforced by the SoftMax activation function, which outputs a valid probability distribution only over the predefined categories, making it structurally incapable of expressing ignorance or detecting novelty.
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Related Terms
The closed-set assumption is the foundational constraint that limits traditional classifiers. Understanding its failure modes requires familiarity with the alternative paradigms and detection mechanisms designed to operate in open, dynamic spectrum environments.
Open Set Recognition
The direct antithesis of the closed-set assumption. In open set recognition, the model must accurately identify known modulation classes while simultaneously detecting and rejecting samples from unknown or novel classes not seen during training. This paradigm acknowledges that the test-time label space is larger than the training label space, making it essential for real-world spectrum monitoring where new waveforms appear regularly.
Out-of-Distribution Detection
The technical task of identifying input samples that differ significantly from the training data distribution. When the closed-set assumption holds, OOD detection is unnecessary. When it fails, OOD detectors serve as a safety mechanism by flagging unfamiliar signals for rejection. Key approaches include:
- SoftMax thresholding: rejecting low-confidence predictions
- Energy-based scoring: using Helmholtz free energy as a discriminative score
- ODIN: applying temperature scaling and small perturbations to amplify separation
Open Space Risk
The theoretical risk formalized by Scheirer et al. that quantifies the danger of the closed-set assumption. It measures the relative proportion of the feature space that is far from any known training data yet is still labeled as a known class by the classifier. A high open space risk means the model is dangerously overconfident in regions where it has no evidential support, making it vulnerable to silently misclassifying unknown modulations.
Feature Collapse
A catastrophic failure mode in deep learning classifiers trained under the closed-set assumption. When exposed to unknown modulation types, the network may map their embeddings to the same compact region of feature space as known classes, rather than placing them in distinct, separable locations. This destroys the model's ability to separate known from novel classes and produces confidently wrong predictions with no uncertainty signal.
Open World Learning
A continuous learning paradigm that extends beyond simply rejecting unknowns. In open world learning, the model must:
- Detect unknown modulation classes at test time
- Incrementally learn to recognize them when labeled data becomes available
- Do so without catastrophic forgetting of previously learned classes This represents the complete solution to the closed-set assumption's limitations in evolving spectrum environments.
Distributional Shift
A change in the statistical properties of input data between training and deployment that silently violates the closed-set assumption. Even if the modulation types remain identical, a shift in signal-to-noise ratio, channel conditions, or hardware impairments can cause the model to encounter data outside its training distribution. Without explicit OOD detection, closed-set classifiers fail silently, producing confident but incorrect predictions.

About the author
Prasad Kumkar
CEO & MD, Inference Systems
Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.
His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us