{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/flexibo-cost-aware-multi-objective","title":"FlexiBO: A Decoupled Cost-Aware Multi-Objective Optimization Approach for Deep Neural Networks","arxiv_id":"2001.06588","date":"2020-01-18","proceeding":null,"authors":["Md Shahriar Iqbal","Jianhai Su","Lars Kotthoff","Pooyan Jamshidi"],"abstract":"The design of machine learning systems often requires trading off different objectives, for example, prediction error and energy consumption for deep neural networks (DNNs). Typically, no single design performs well in all objectives; therefore, finding Pareto-optimal designs is of interest. The search for Pareto-optimal designs involves evaluating designs in an iterative process, and the measurements are used to evaluate an acquisition function that guides the search process. However, measuring different objectives incurs different costs. For example, the cost of measuring the prediction error of DNNs is orders of magnitude higher than that of measuring the energy consumption of a pre-trained DNN, as it requires re-training the DNN. Current state-of-the-art methods do not consider this difference in objective evaluation cost, potentially incurring expensive evaluations of objective functions in the optimization process. In this paper, we develop a novel decoupled and cost-aware multi-objective optimization algorithm, we call Flexible Multi-Objective Bayesian Optimization (FlexiBO) to address this issue. FlexiBO weights the improvement of the hypervolume of the Pareto region by the measurement cost of each objective to balance the expense of collecting new information with the knowledge gained through objective evaluations, preventing us from performing expensive measurements for little to no gain. We evaluate FlexiBO on seven state-of-the-art DNNs for image recognition, natural language processing (NLP), and speech-to-text translation. Our results indicate that, given the same total experimental budget, FlexiBO discovers designs with 4.8$\\%$ to 12.4$\\%$ lower hypervolume error than the best method in state-of-the-art multi-objective optimization.","url_abs":"https://arxiv.org/abs/2001.06588v3","url_pdf":"https://arxiv.org/pdf/2001.06588v3.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"flexibo-cost-aware-multi-objective","repo_url":"https://github.com/softsys4ai/FlexiBO","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"bayesian-optimization","task_name":"Bayesian Optimization"},{"task_slug":"object-detection","task_name":"Object Detection"},{"task_slug":"speech-recognition","task_name":"Speech Recognition"},{"task_slug":"speech-to-text","task_name":"Speech-to-Text"},{"task_slug":"speech-to-text-translation","task_name":"Speech-to-Text Translation"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2001.06588","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2001.06588"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/softsys4ai/FlexiBO","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":11},"by_repo_kind":{"official":{"samples":11,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"e04dc9dc4a87450d","entry":"bottleneck_block","repo":"softsys4ai/FlexiBO","repo_kind":"official","path":"networks/resnet50.py","file_url":"https://github.com/softsys4ai/FlexiBO/blob/HEAD/networks/resnet50.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e04dc9dc4a87450d"}},{"code_sha256_prefix":"26e993102ae84b89","entry":"entryFlow","repo":"softsys4ai/FlexiBO","repo_kind":"official","path":"networks/xception.py","file_url":"https://github.com/softsys4ai/FlexiBO/blob/HEAD/networks/xception.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"26e993102ae84b89"}},{"code_sha256_prefix":"6688f2b9ca92908c","entry":"exitFlow","repo":"softsys4ai/FlexiBO","repo_kind":"official","path":"networks/xception.py","file_url":"https://github.com/softsys4ai/FlexiBO/blob/HEAD/networks/xception.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6688f2b9ca92908c"}},{"code_sha256_prefix":"eb7abab5b4404fe3","entry":"group","repo":"softsys4ai/FlexiBO","repo_kind":"official","path":"networks/inceptionv1.py","file_url":"https://github.com/softsys4ai/FlexiBO/blob/HEAD/networks/inceptionv1.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"eb7abab5b4404fe3"}},{"code_sha256_prefix":"09486147ac624af7","entry":"group","repo":"softsys4ai/FlexiBO","repo_kind":"official","path":"networks/squeezenet.py","file_url":"https://github.com/softsys4ai/FlexiBO/blob/HEAD/networks/squeezenet.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"09486147ac624af7"}},{"code_sha256_prefix":"03d2b991fd144b8f","entry":"learner","repo":"softsys4ai/FlexiBO","repo_kind":"official","path":"networks/inceptionv1.py","file_url":"https://github.com/softsys4ai/FlexiBO/blob/HEAD/networks/inceptionv1.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"03d2b991fd144b8f"}},{"code_sha256_prefix":"b4aa07555c351c35","entry":"learner","repo":"softsys4ai/FlexiBO","repo_kind":"official","path":"networks/squeezenet.py","file_url":"https://github.com/softsys4ai/FlexiBO/blob/HEAD/networks/squeezenet.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b4aa07555c351c35"}},{"code_sha256_prefix":"cc698640c4496b75","entry":"middleFlow","repo":"softsys4ai/FlexiBO","repo_kind":"official","path":"networks/xception.py","file_url":"https://github.com/softsys4ai/FlexiBO/blob/HEAD/networks/xception.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"cc698640c4496b75"}},{"code_sha256_prefix":"c67895e93916524d","entry":"projection_block","repo":"softsys4ai/FlexiBO","repo_kind":"official","path":"networks/resnet50.py","file_url":"https://github.com/softsys4ai/FlexiBO/blob/HEAD/networks/resnet50.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c67895e93916524d"}},{"code_sha256_prefix":"6bde0b827d9c7e67","entry":"stem","repo":"softsys4ai/FlexiBO","repo_kind":"official","path":"networks/resnet50.py","file_url":"https://github.com/softsys4ai/FlexiBO/blob/HEAD/networks/resnet50.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6bde0b827d9c7e67"}},{"code_sha256_prefix":"af56cd5321ea5452","entry":"stem","repo":"softsys4ai/FlexiBO","repo_kind":"official","path":"networks/squeezenet.py","file_url":"https://github.com/softsys4ai/FlexiBO/blob/HEAD/networks/squeezenet.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"af56cd5321ea5452"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}