aimnova.
DashboardMy LearningPaper MasteryStudy Plan

Aimnova site navigation

Stay in the loop

Get the latest study resources and updates

New features, study tips and exam insights — straight to your inbox.

IB Diploma

  • IB Past Papers
  • IB Study Notes
  • IB Question Bank
  • IB Mock Exams
  • IB Revision

IB Subjects

  • IB Math AA
  • IB Math AI
  • IB Economics
  • IB Business Management
  • IB Physics
  • IB Biology
  • View all IB subjects→

IB Past Papers

  • IB Math AA HL Past Papers
  • IB Math AA SL Past Papers
  • IB Math AI HL Past Papers
  • IB Math AI SL Past Papers
  • IB Economics HL Past Papers
  • IB Economics SL Past Papers
  • IB ESS Past Papers
  • View all past papers→

Study Resources

  • Study Notes
  • Question Bank
  • Mock Exams
  • Flashcards
  • Revision Guide
  • Exam Skills
  • Command Terms
  • Grade Calculator
  • Exam Timetable 2026

Aimnova

  • Features
  • Pricing
  • For Schools
  • For Parents
  • About Us
  • Blog
  • Contact
aimnova.

AI-powered study platform for smarter revision, past-paper analysis and examiner-style feedback.

TermsPrivacyCookies·© 2026 Aimnova. All rights reserved.8afc4e3

Aimnova is not affiliated with or endorsed by the International Baccalaureate Organization (IB).

NotesComputer Science HLTopic 4.2Dimensionality reduction
Back to Computer Science HL Topics
4.2.34 min read

Dimensionality reduction (Computer Science HL)

IB Computer Science • Unit 4

Your first topic is free to keep

Know exactly what to write for full marks

Practice with exam questions and get AI feedback that shows you the perfect answer — what examiners want to see.

Start Free

Contents

  • Too many dimensions is its own problem
  • Selection against extraction
  • What it buys
  • Exam-style question
The big idea: Dimensionality reduction means describing the same data with fewer features, keeping as much of the variation as possible.

Not just dropping columns — building a smaller set of new ones that carry most of the information.
The curse of dimensionality: As features are added, the space the data lives in grows exponentially, so the same records become sparser and sparser inside it.

Everything ends up roughly equidistant from everything else, distances stop meaning anything, and the model needs exponentially more data to see a pattern.

Free preview

This is the free notes preview

You're reading the free notes. Aimnova Pro unlocks the full study experience — and you can try it with your first topic free to keep:

  • FlashcardsLock in vocabulary and key terms with spaced repetition.
  • Practice questionsAnswer exam-style questions and get instant AI marking.
  • Mock exams & past-paper vaultSit full mocks and see exactly how examiners award marks.
  • Personalised study planA daily plan built around your exam date and weak areas.
Start Studying Free Full access to Aimnova Pro · cancel anytime
Feature selectionFeature extraction
DoesKeeps a subset of the original columnsBuilds new columns from combinations
ResultOriginal features, fewer of themNew features that did not exist before
InterpretableYes — they are the original meaningsOften not — a component is a mixture
ExampleDrop shoe sizePCA combining height and weight into one axis
PCA in one sentence: Principal component analysis finds the directions along which the data varies most, and uses those as the new axes — so the first few components carry most of the variation, and the rest can be dropped.

You need the idea, not the mathematics.
The cost is interpretability: A selected feature still means "income". A principal component means "0.4 × income + 0.3 × age − 0.2 × distance" — mathematically useful and impossible to explain to the person it was used on.

Where a decision must be justified, that cost can be decisive.

Know your predicted grade

Take timed mock exams and get detailed feedback on every answer. See exactly where you're losing marks.

Try Mock Exams FreeYour first topic is free to keep • No credit card required

Practical

  • Faster training and inference
  • Less memory, which can be what makes a model fit on a phone
  • Less storage for the dataset itself

Statistical

  • Less overfitting — fewer dimensions to fit noise in
  • Removes correlated features that were saying the same thing twice
  • Distances regain meaning, so clustering works again

Human

  • Data with 2 or 3 dimensions can be plotted
  • Which is often how a pattern is first noticed at all
  • But a component cannot be named in plain words
Say what is lost: Reduction is lossy by construction. A full-mark answer names the benefit and then the cost: some variation is discarded, and the new features are usually not interpretable.

How this is tested — you must explain why many features is a problem in itself, and weigh reduction against interpretability. It comes up two ways:

Paper 1 Section A

  • Describe the importance of dimensionality reduction, 3-4 marks
  • State what the curse of dimensionality means
  • Distinguish selection from extraction

Paper 1 Section B — case study

  • Justify reduction for a scenario
  • Explain the trade-off against explainability
The classic trap: Treating it as the same thing as feature selection. Selection keeps some original columns; extraction creates new ones from combinations — and only the second sacrifices interpretability.

Projecting onto the direction the data actually varies along.

Interactive diagram

Explore the labelled diagram, charts and maps for this topic in full study mode.

Claim your free topic
IB-style questionDescribe[5 marks]

A medical imaging model has 4,000 features per scan and only 800 training scans. Describe why dimensionality reduction is important here, and one reason to be cautious.

Model answer plan

See the mark-by-mark plan — for / against / judgement, with marking guidance — in study mode.

Claim your free topic

IB Exam Questions on Dimensionality reduction

Practice with IB-style questions filtered to Topic 4.2.3. Get instant AI feedback on every answer.

Practice Topic 4.2.3 QuestionsBrowse All Computer Science HL Topics

How Dimensionality reduction Appears in IB Exams

Examiners use specific command terms when asking about this topic. Here's what to expect:

Define

Give the precise meaning of key terms related to Dimensionality reduction.

AO1
Describe

Give a detailed account of processes or features in Dimensionality reduction.

AO2
Explain

Give reasons WHY — cause and effect within Dimensionality reduction.

AO3
Evaluate

Weigh strengths AND limitations of approaches in Dimensionality reduction.

AO3
Discuss

Present arguments FOR and AGAINST with a balanced conclusion.

AO3

See the full IB Command Terms guide →

Related Computer Science HL Topics

Continue learning with these related topics from the same unit:

4.1.1Types of machine learning
4.1.2Hardware for machine learning
4.2.1Data cleaning
4.2.2Feature selection
View all Computer Science HL topics

Improve your exam technique

Command terms, paper structure, and mark-scheme tips for Computer Science HL

Previous
4.2.2Feature selection
Next
Linear regression4.3.1

Make these notes count

Reading notes is just the start. Test yourself with IB-style questions and get feedback that shows you what examiners want.

Start FreeView All Computer Science HL Topics