JA EN
Glossary › deferred

GLOSSARY

deferred

appears in 1 paper titles

Definition

Postponed to a later stage rather than handled immediately. In systems it names lazy evaluation — do the work only when the result is actually needed; in machine learning it names abstention pipelines where low-confidence cases are deferred to a human or a stronger model. The trade is latency for accuracy or efficiency. Unlike a rejected input, a deferred one still gets handled by someone.

Explainers using this term