{
  "schema_version": "0.6.0",
  "paper_id": "optimization-transformers-llms",
  "page_url": "https://naser.github.io/research-publications/papers/optimization-transformers-llms/",
  "title": "Optimization Strategies for Enhancing Resource Efficiency in Transformers & Large Language Models",
  "title_variants": [
    "Optimization Strategies for Enhancing Resource Efficiency in Transformers and Large Language Models"
  ],
  "authors": [
    "Tom Wallace",
    "Beatrice M. Ombuki-Berman",
    "Naser Ezzati-Jivan"
  ],
  "author_details": [
    {
      "name": "Tom Wallace",
      "orcid": "https://orcid.org/0000-0001-8936-3163",
      "profile_url": "https://dblp.org/pid/30/10824.html"
    },
    {
      "name": "Beatrice M. Ombuki-Berman",
      "orcid": "https://orcid.org/0000-0002-7296-9510",
      "profile_url": "https://dblp.org/pid/o/BeatriceMOmbukiBerman.html"
    },
    {
      "name": "Naser Ezzati-Jivan",
      "orcid": "https://orcid.org/0000-0003-1435-6297",
      "profile_url": "https://naser.github.io/"
    }
  ],
  "publication": {
    "year": 2025,
    "venue": "ACM/SPEC International Conference on Performance Engineering (ICPE)",
    "type": "short conference paper",
    "publication_date": "2025-05-05",
    "online_date": "2025-05-05",
    "print_date": "2025-05-05",
    "volume": null,
    "issue": null,
    "pages": "105-112",
    "article_number": null,
    "publisher": "ACM",
    "issn": [],
    "isbn": [],
    "crossref_type": "proceedings-article"
  },
  "publication_type": "short conference paper",
  "status": "public_preprint_and_published_record",
  "canonical_source_url": "https://doi.org/10.1145/3676151.3719379",
  "source_record_id": "optimization-strategies-for-enhancing-resource-efficiency-in-transformers-large-language-models-7ca6f37154",
  "identifiers": {
    "doi": "10.1145/3676151.3719379",
    "arxiv": "2502.00046"
  },
  "abstract": null,
  "abstract_source": "arXiv:2502.00046 abstract; public preprint version",
  "abstract_available": false,
  "scholar_eligibility": {
    "eligible": false,
    "basis": "not-eligible",
    "note": "The page is a discovery record; it does not claim Google Scholar article-host eligibility."
  },
  "description": "The paper compares compression and optimization strategies for reducing the resource cost of Transformer and large-language-model workloads while retaining useful accuracy.",
  "evidence_level": "full-text-reviewed",
  "evidence": {
    "source_basis": "full-text-reviewed",
    "coverage": "material paper sections",
    "summary_origin": "AI-assisted catalog editorial summary",
    "review_status": "catalog-reviewed; paper-author approval pending",
    "verified_on": "2026-08-09",
    "sources": [
      {
        "note": "DBLP and ACM DOI metadata"
      },
      {
        "note": "official arXiv abstract and PDF page 2502.00046"
      },
      {
        "note": "local PDF hash verified in the working catalog"
      },
      {
        "note": "author-order discrepancy explicitly retained"
      }
    ]
  },
  "summary": {
    "core_contribution": "The paper compares compression and optimization strategies for reducing the resource cost of Transformer and large-language-model workloads while retaining useful accuracy.",
    "problem": "Transformer and LLM size increases raise computation, energy, and memory costs. The paper compares compression methods under a common objective so that energy savings and runtime reductions can be weighed against perplexity and task-performance loss.",
    "method": "The study tests 8/4-bit quantization, knowledge distillation, attention-head pruning at 90% and 80% thresholds, SparseGPT-style magnitude/structured pruning, and hybrid models including MiniLLM, NVIDIA Minitron, and ShearedLlama. It introduces opt = P_c^1.5 (alpha T_c + beta E_c), with adjustable time and energy weights, and reports standalone and hybrid evaluations on GPT-2/OPT/LLaMA-family models.",
    "findings": "On GPT-2 125M, 4-bit quantization increases perplexity 3.79%, runtime 4.86%, and reduces energy 50.21%; 8-bit reduces energy 56.28% but increases runtime 203.78%. On GPT-2 Large, 8-bit reduces energy 69.17% with a -0.04% perplexity change but increases runtime 83.59%. The paper reports that 4-bit quantization plus distillation and Minitron-style hybrids provide the most favorable energy/performance trade-offs, while attention-head pruning often loses too much perplexity.",
    "limitations": "The study uses one local machine and does not report OS, kernel, CUDA, Python, library, or model-checkpoint versions. GPU-compatible and CPU-only methods use different hardware paths; pruning is repeated only five times versus 30 for other model/dataset pairs. The evaluation does not establish production-scale training cost or broad generalization beyond the listed models, datasets, and benchmarks.",
    "future_work": "Refine the objective with training energy and more detailed cost terms; evaluate more architectures and benchmarks; investigate retraining to recover perplexity after compression; and improve quantization implementations whose runtime cost can dominate the energy benefit."
  },
  "tags": [
    "llm-efficiency",
    "energy-efficiency",
    "model-compression",
    "performance-engineering"
  ],
  "keywords": [
    "transformers",
    "quantization",
    "knowledge distillation",
    "pruning",
    "4-bit quantization",
    "Minitron",
    "sustainable AI"
  ],
  "versions": [
    {
      "id": "published-version",
      "label": "Published version",
      "relation": "version-of-record",
      "title": "Optimization Strategies for Enhancing Resource Efficiency in Transformers & Large Language Models",
      "url": "https://doi.org/10.1145/3676151.3719379",
      "pdf_url": null,
      "status": "published",
      "canonical_for_citation": true
    },
    {
      "id": "public-preprint",
      "label": "Public preprint",
      "relation": "preprint",
      "title": "Optimization Strategies for Enhancing Resource Efficiency in Transformers & Large Language Models",
      "url": "https://arxiv.org/abs/2502.00046",
      "pdf_url": "https://arxiv.org/pdf/2502.00046",
      "status": "public_full_text",
      "canonical_for_citation": false
    }
  ],
  "access": {
    "status": "public_preprint_and_published_record",
    "note": "The ACM DOI is the canonical citation target; the arXiv preprint provides public full text.",
    "license": null
  },
  "resources": {
    "code": null,
    "data": null,
    "slides": null,
    "demo": null
  },
  "citation_guidance": {
    "when_to_cite": "Cite this paper when your work uses or compares a concrete energy/runtime/perplexity comparison of 4-bit and 8-bit quantization on GPT-2 model sizes.",
    "points": [
      "a concrete energy/runtime/perplexity comparison of 4-bit and 8-bit quantization on GPT-2 model sizes.",
      "the adjustable objective that makes energy-versus-runtime priorities explicit rather than reporting a single compression score.",
      "the empirical contrast between standalone compression, knowledge distillation, and Minitron-style pruning-plus-distillation hybrids."
    ],
    "canonical_version_id": "published-version"
  },
  "provenance": {
    "metadata_verified_on": "2026-08-09",
    "metadata_source": [
      "DBLP and ACM DOI metadata",
      "official arXiv abstract and PDF page 2502.00046",
      "local PDF hash verified in the working catalog",
      "author-order discrepancy explicitly retained"
    ],
    "summary_written_by": "AI-assisted",
    "summary_verified_by": "full-text-grounded catalog review; author approval pending",
    "linked_preprint_record": null,
    "author_order_note": "The published-record metadata is used for citation order; the arXiv page presents a different author ordering, so the versions should remain distinguishable."
  },
  "batch": {
    "phase": 2,
    "batch_label": "expanded forty-paper release",
    "status": "included_in_expanded_catalog",
    "selected_at": "2026-08-09"
  }
}
